mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
grouping_action.md: fix link
This commit is contained in:
parent
300fd2d565
commit
b3a4c56fbc
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
If an implementation requires several actions, or there are simply too many actions that overload the menu, the actions can be placed into groups.
|
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.
|
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`](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/code_samples/action_basics).
|
The sample code discussed in this tutorial is from the code sample [`action_basics`](https://github.com/JetBrains/intellij-sdk-code-samples/tree/main/action_basics).
|
||||||
|
|
||||||
Some content in this tutorial assumes the reader is familiar with the tutorial for [Creating Actions](working_with_custom_actions.md).
|
Some content in this tutorial assumes the reader is familiar with the tutorial for [Creating Actions](working_with_custom_actions.md).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user