IntelliJ Platform Plugin SDK
 
IntelliJ Platform Explorer

Grouping Actions

Edit pageLast modified: 14 May 2024

If an implementation requires several actions, or there are simply too many actions that overload the menu, the actions can be placed into groups. This tutorial demonstrates adding an action to an existing group, creating a new action group, and action groups with a variable number of actions. The sample code discussed in this tutorial is from the code sample action_basics.

Some content in this tutorial assumes the reader is familiar with the tutorial for Creating Actions.