mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
working_with_custom_actions.md: fix link
This commit is contained in:
parent
0d385118ee
commit
7c431da8c3
@ -118,7 +118,7 @@ The full declaration is:
|
||||
By using the `override-text` element introduced in 2020.1 of the IntelliJ Platform, the action text can be different depending on the context of where the action appears: menu, toolbar, etc.
|
||||
The example above uses this element to ensure the shorter text "Pop Dialog Action" is shown anywhere the action appears in the Main Menu structure.
|
||||
Otherwise, the default, more explanatory text "Action Basics Plugin: Pop Dialog Action" is shown.
|
||||
For more information, see [Setting the Override-Text Element for an Action](/basics/action_system.md#setting-the-override-text-element-for-an-action)
|
||||
For more information, see [Setting the Override-Text Element](/basics/action_system.md#setting-the-override-text-element)
|
||||
|
||||
## Testing the Minimal Custom Action Implementation
|
||||
After performing the steps described above, compile and run the plugin to see the newly created action available as a Tools Menu item, which is within the context of the Main Menu:
|
||||
|
Loading…
x
Reference in New Issue
Block a user