mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
[code] action registered
This commit is contained in:
parent
4098bc9f6e
commit
0531b0dc1b
@ -32,6 +32,10 @@
|
|||||||
|
|
||||||
<actions>
|
<actions>
|
||||||
<!-- Add your actions here -->
|
<!-- Add your actions here -->
|
||||||
|
<action id="org.jetbrains.tutorials.actions.SimpleAction" class="org.jetbrains.tutorials.actions.SimpleAction"
|
||||||
|
text="Simple Action" description="IntelliJ Action System Demo">
|
||||||
|
<add-to-group group-id="ToolsMenu" anchor="first"/>
|
||||||
|
</action>
|
||||||
</actions>
|
</actions>
|
||||||
|
|
||||||
</idea-plugin>
|
</idea-plugin>
|
Loading…
x
Reference in New Issue
Block a user