mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Document com.intellij.psi.xml.XmlTokenType
changes (#1440)
This commit is contained in:
parent
77760df690
commit
22a9169b92
@ -85,6 +85,9 @@ Coroutines running under `Dispatchers.Main` do not hold the write-intent lock
|
|||||||
: To restore the old behavior, consider using `Dispatchers.EDT`.
|
: To restore the old behavior, consider using `Dispatchers.EDT`.
|
||||||
See [](threading_model.md).
|
See [](threading_model.md).
|
||||||
|
|
||||||
|
`com.intellij.psi.xml.XmlTokenType` class now interface
|
||||||
|
: Use `XmlTokenType` constants directly.
|
||||||
|
|
||||||
Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType`
|
Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType`
|
||||||
: Update code usages.
|
: Update code usages.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user