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.
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