mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +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>
|
||||
|
||||
<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"/>
|
||||
<action id="Myplugin.Textboxes" class="HelloAction" text="Hello" description="Says hello"/>
|
||||
<action id="MyPlugin.Hello" class="HelloAction" text="Hello" description="Says hello"/>
|
||||
</group>
|
||||
</actions>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user