From 25de8fb45e9b510ac6e80d06e8c64ae545bbd778 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 27 Nov 2023 11:06:58 +0100 Subject: [PATCH] plugin_configuration_file.md: Clarify synonym and abbreviation --- .../plugin_configuration_file.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md index ecc1cf6c9..87a944fb6 100644 --- a/topics/basics/plugin_structure/plugin_configuration_file.md +++ b/topics/basics/plugin_structure/plugin_configuration_file.md @@ -770,7 +770,7 @@ Examples ##### `synonym` {#idea-plugin__actions__action__synonym} -Defines an alternative name for searching the action by name. +Defines an alternative text for searching the action in Help | Find Action... or Navigate | Search Everywhere popups. A single action can have multiple synonyms. {style="narrow"} @@ -781,19 +781,24 @@ Required : no Attributes -: - `text` _(**required**)_
+: +- `key` _(`key` or `text` is **required**)_
+ The key of synonym text provided in a message bundle. +- `text` _(`key` or `text` is **required**)_
The synonym text. Example : ```xml - + + + ``` ##### `abbreviation` {#idea-plugin__actions__action__abbreviation} -Defines an alias for the action name which the user can use in Help | Find Action... or Navigate | Search Everywhere popups. +Defines an abbreviation for searching the action in Help | Find Action... or Navigate | Search Everywhere popups. A single action can have multiple abbreviations. {style="narrow"} @@ -807,7 +812,8 @@ The abbreviation value. Example : ```xml - + + ``` #### `group`