mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Add missing "add-to-group" attribute (#285)
Pulled from the docs at https://www.jetbrains.org/intellij/sdk/docs/tutorials/action_system/working_with_custom_actions.html#setting-registration-attributes-manually
This commit is contained in:
parent
209b73ebe1
commit
a4cdbd62de
@ -39,6 +39,7 @@
|
||||
<override-text place="MainMenu" text="Pop Dialog Action"/>
|
||||
<keyboard-shortcut first-keystroke="control alt A" second-keystroke="C" keymap="$default"/>
|
||||
<mouse-shortcut keystroke="control button3 doubleClick" keymap="$default"/>
|
||||
<add-to-group group-id="ToolsMenu" anchor="first"/>
|
||||
</action>
|
||||
<!-- All of the following menu groups add the action PopupDialogAction to menus in different ways.
|
||||
Note that even though these groups reuse the same action class, in each use the action ids are unique. -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user