mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
GitOrigin-RevId: bda811d0e3e38fd9bc054bc43804e841fadcef01
20 lines
671 B
XML
20 lines
671 B
XML
<idea-plugin>
|
|
|
|
<id>com.intellij</id>
|
|
|
|
<resource-bundle>bundle</resource-bundle>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationConfigurable displayName="my display name"/>
|
|
<applicationConfigurable key="foo"/>
|
|
|
|
<projectConfigurable displayName="my display name"/>
|
|
<projectConfigurable key="foo"/>
|
|
|
|
|
|
<<warning descr="Define 'displayName' or 'key' attribute matching 'Configurable.getDisplayName()' implementation">applicationConfigurable</warning> />
|
|
<<warning descr="Define 'displayName' or 'key' attribute matching 'Configurable.getDisplayName()' implementation">projectConfigurable</warning> />
|
|
|
|
</extensions>
|
|
|
|
</idea-plugin> |