Document properties moving from messages.XmlPsiBundle to messages.XmlParserBundle (#1441)

This commit is contained in:
Victor Turansky 2025-03-13 12:54:19 +02:00 committed by GitHub
parent a01fb3b665
commit 7c68d9601b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,18 @@ See [](threading_model.md).
Class `com.intellij.psi.xml.XmlElementType` no longer extends `com.intellij.psi.xml.XmlTokenType`
: Update code usages.
`filetype.xml.description` property removed from resource bundle `messages.XmlPsiBundle`
: Use property from resource bundle `messages.XmlParserBundle`
`xml.parsing.closing.tag.matches.nothing` property removed from resource bundle `messages.XmlPsiBundle`
: Use property from resource bundle `messages.XmlParserBundle`
`xml.parsing.unclosed.attribute.value` property removed from resource bundle `messages.XmlPsiBundle`
: Use property from resource bundle `messages.XmlParserBundle`
`xml.parsing.unescaped.ampersand.or.nonterminated.character.entity.reference` property removed from resource bundle `messages.XmlPsiBundle`
: Use property from resource bundle `messages.XmlParserBundle`
### External System 2025.1
`com.intellij.openapi.externalSystem.service.internal.ExternalSystemProcessingManager` class now interface