From 3a3a0a3d19398062444ababf50f96aca322b9857 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 10 Mar 2025 15:42:05 +0100 Subject: [PATCH] action_system.md: "actions system" -> "Action System" --- topics/basics/action_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/action_system.md b/topics/basics/action_system.md index 764b05b1f..3a1d11bea 100644 --- a/topics/basics/action_system.md +++ b/topics/basics/action_system.md @@ -16,7 +16,7 @@ Adding custom actions to menus and toolbars. Implement and register actions, and -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 File | Open File... menu item and the Open... toolbar button. Actions in the IntelliJ Platform require a [code implementation](#action-implementation) and must be [registered](#registering-actions).