Access to project popup menu

Hi,
Can anyone tell me how can access the project popup menu.

Thanks

0
1 comment
Avatar
Permanently deleted user

To add an action into the project popup menu, add the following to your plugin.xml:

]]>


The most important point from the above example is the group-id for the project popup menu. Have a look at the doc/openapi/ActionManager.xml file for details of all of IDEAs action names.

You can also achieve the above programmatically.

-Daniel

0

Please sign in to leave a comment.