mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
action_system.md: "actions system" -> "Action System"
This commit is contained in:
parent
265d99d17b
commit
3a3a0a3d19
@ -16,7 +16,7 @@ Adding custom actions to menus and toolbars. Implement and register actions, and
|
|||||||
|
|
||||||
</tldr>
|
</tldr>
|
||||||
|
|
||||||
The actions system allows plugins to add their items to IntelliJ Platform-based IDE menus and toolbars.
|
The _Action System_ allows plugins to add their items to IntelliJ Platform-based IDE menus and toolbars.
|
||||||
For example, one of the action classes is responsible for the <ui-path>File | Open File...</ui-path> menu item and the <control>Open...</control> toolbar button.
|
For example, one of the action classes is responsible for the <ui-path>File | Open File...</ui-path> menu item and the <control>Open...</control> toolbar button.
|
||||||
|
|
||||||
Actions in the IntelliJ Platform require a [code implementation](#action-implementation) and must be [registered](#registering-actions).
|
Actions in the IntelliJ Platform require a [code implementation](#action-implementation) and must be [registered](#registering-actions).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user