mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 08:47:50 +08:00
editor_basics: fix README
This commit is contained in:
parent
2138fb5154
commit
66d68b046f
@ -3,7 +3,7 @@
|
||||
|
||||
## 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:
|
||||
|
||||
- Editor Replace Text - replaces the selected text with `editor_basics`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user