mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
plugin_configuration_file.md: Update action requirement
This commit is contained in:
parent
672a0c64b5
commit
b07437530a
@ -842,10 +842,11 @@ Required
|
||||
{type="narrow"}
|
||||
Attributes
|
||||
:
|
||||
- `id` _(**required**)_<br/>
|
||||
- `id` _(optional; defaults to the action class short name if not specified)_<br/>
|
||||
A unique action identifier.
|
||||
The action identifier must be unique between different plugins.
|
||||
Thus, it is recommended to prepend it with the value of the plugin [`<id>`](#idea-plugin__id).
|
||||
It is recommended to specify the `id` attribute explicitly.<br/>
|
||||
The action identifier must be unique across different plugins.
|
||||
To ensure uniqueness, consider prepending it with the value of the plugin's [`<id>`](#idea-plugin__id).
|
||||
- `class` _(**required**)_<br/>
|
||||
The fully qualified name of the action implementation class.
|
||||
- `text` _(**required** if the action is not
|
||||
|
Loading…
x
Reference in New Issue
Block a user