mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 14:36:58 +07:00
15 lines
532 B
XML
15 lines
532 B
XML
<idea-plugin>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<!-- bundle via messageBundleIncluding.xml -->
|
|
<intentionAction>
|
|
<categoryKey>my.key</categoryKey>
|
|
<className>com.intellij.codeInsight.intention.IntentionAction</className>
|
|
</intentionAction>
|
|
|
|
<intentionAction>
|
|
<categoryKey><error descr="Cannot resolve property key">INVALID_KEY</error></categoryKey>
|
|
<className>com.intellij.codeInsight.intention.IntentionAction</className>
|
|
</intentionAction>
|
|
</extensions>
|
|
</idea-plugin> |