mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 09:20:37 +07:00
GitOrigin-RevId: a7c3a36de3257886256a9596275ff369031de2c6
17 lines
375 B
XML
17 lines
375 B
XML
<idea-plugin>
|
|
<actions>
|
|
<action id="actionId"/>
|
|
<group id="groupId"/>
|
|
|
|
<action id="actionIdWithOverride">
|
|
<override-text place="CustomPlace"/>
|
|
</action>
|
|
|
|
<group id="groupIdWithOverride">
|
|
<override-text place="CustomPlace"/>
|
|
</group>
|
|
|
|
<action id="actionIdDuplicated"/>
|
|
<action id="actionIdDuplicated"/>
|
|
</actions>
|
|
</idea-plugin> |