mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
Class converter wasn't registered for custom attributes of extensions after b301f92a7d, breaking highlighting, completion and rename for class references in such attributes (e.g. IDEA-140250). This reverts the problematic commit and adds tests for such cases.
5 lines
154 B
XML
5 lines
154 B
XML
<idea-plugin>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<myService serviceImplementation="Fuba<caret>"/>
|
|
</extensions>
|
|
</idea-plugin> |