mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
correctly determine extension short name don't red-highlight hacky non-existing vcs plugin reference
15 lines
436 B
XML
15 lines
436 B
XML
<idea-plugin>
|
|
<id>com.intellij.myPlugin</id>
|
|
<extensionPoints>
|
|
<extensionPoint name="foo.bar"/>
|
|
</extensionPoints>
|
|
|
|
<depends>com.intellij.custom</depends>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<myPlugin.foo.bar/>
|
|
<completion.contributor/>
|
|
<custom.custom/>
|
|
<<error descr="Element custom.error is not allowed here">custom.error</error>/>
|
|
</extensions>
|
|
</idea-plugin> |