mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 1ea87c7b82aec98b88c7692fa06c0d35786a6640
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> |