mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
editor_basics: fix README
This commit is contained in:
parent
c719b7a736
commit
aa5b2289be
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
Editor Sample Project provides a [TypedHandlerDelegate][sdk:TypedHandlerDelegate] implementation, which inserts `editor_basics` on the top of the edited document any time user types a character.
|
Editor Sample Project provides a `TypedHandlerDelegate` implementation, which inserts `editor_basics` on the top of the edited document any time user types a character.
|
||||||
In addition, three actions are available in the Editor context menu:
|
In addition, three actions are available in the Editor context menu:
|
||||||
|
|
||||||
- Editor Replace Text - replaces the selected text with `editor_basics`,
|
- Editor Replace Text - replaces the selected text with `editor_basics`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user