Redirection Notice
Redirect: http://www.jetbrains.org/intellij/sdk/docs/basics/action_system.html
In the plugin.xml snippet (under Registering Action in plugin.xml) , a group with id="TestActionGroup" is present inside a group with the same id. (<group id="TestActionGroup"/> ).
Is this expected?
Fixed, thank you.
Hi! You have great instruction how to bind an action to menu item or toolbar button.
But is it possible to bind an action to some UI element, folding +, for example?
Or even create an icon in the gutter area and bind an action to it?
I am trying to add a plugin icon (in android studio) near SDK manager. Does anyone knows how to add it? Or a group Id for the same?
4 Comments
Henry Peterson
In the plugin.xml snippet (under Registering Action in plugin.xml) , a group with id="TestActionGroup" is present inside a group with the same id. (<group id="TestActionGroup"/> ).
Is this expected?
Nikolay Chashnikov
Fixed, thank you.
Igor Bogomolov
Hi! You have great instruction how to bind an action to menu item or toolbar button.
But is it possible to bind an action to some UI element, folding +, for example?
Or even create an icon in the gutter area and bind an action to it?
Kaustubh
I am trying to add a plugin icon (in android studio) near SDK manager. Does anyone knows how to add it? Or a group Id for the same?