mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update working_with_text.md
This commit is contained in:
parent
f4de1f6155
commit
1628d581fd
@ -31,7 +31,8 @@ To register the action we should add a corresponding attribute to the `<actions>
|
||||
<actions>
|
||||
<action id="EditorBasics.EditorIllustration" class="EditorIllustration" text="Editor Basics"
|
||||
description="Illustrates how to plug an action in">
|
||||
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
||||
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
|
||||
</action>
|
||||
</action>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user