mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
[kotlin demo] cleanup <action> definition
This commit is contained in:
parent
63a64eab81
commit
abc67e56fb
@ -41,9 +41,9 @@
|
|||||||
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
|
<vendor url="https://plugins.jetbrains.com">IntelliJ Platform SDK</vendor>
|
||||||
|
|
||||||
<actions>
|
<actions>
|
||||||
<group id="MyPlugin.TestMeu" text="Greeting" description="Greeting menu">
|
<group id="MyPlugin.GreetingMenu" text="Greeting" description="Greeting menu">
|
||||||
<add-to-group group-id="MainMenu" anchor="last"/>
|
<add-to-group group-id="MainMenu" anchor="last"/>
|
||||||
<action id="Myplugin.Textboxes" class="HelloAction" text="Hello" description="Says hello"/>
|
<action id="MyPlugin.Hello" class="HelloAction" text="Hello" description="Says hello"/>
|
||||||
</group>
|
</group>
|
||||||
</actions>
|
</actions>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user