mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
typo
This commit is contained in:
parent
ef7a925ebe
commit
a356e5cbbf
@ -1,6 +1,6 @@
|
|||||||
IntelliJ Action System
|
IntelliJ Action System
|
||||||
==========
|
==========
|
||||||
Action system provides an option to handle certain events in a desired way. Action can either be simply a responce to some state,
|
Action system provides an option to handle certain events in a desired way. Action can either be simply a response to some state,
|
||||||
or be bound to UI element and could be invoked on demand. These UI elements include main menu, context menus and toolbars.
|
or be bound to UI element and could be invoked on demand. These UI elements include main menu, context menus and toolbars.
|
||||||
An action is technically a class, derived from the [AnAction] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java) class.
|
An action is technically a class, derived from the [AnAction] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/actionSystem/AnAction.java) class.
|
||||||
To update the state of the action, the method AnAction.update() is periodically called by IDEA.
|
To update the state of the action, the method AnAction.update() is periodically called by IDEA.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user