mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
[md] EditorModificationUtil
This commit is contained in:
parent
2b32983752
commit
c63655d172
@ -115,8 +115,9 @@ And used like shows the following example:
|
||||
|
||||
#Working with text
|
||||
##EditorModificationUtil
|
||||
TODO
|
||||
|
||||
Basic, most commonly required actions for text modification, e.g working with text selections,
|
||||
inserting and deleting symbols and strings, and manipulating with text blocks, are represented are implemented in the utility class
|
||||
[EditorModificationUtil.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/platform-api/src/com/intellij/openapi/editor/EditorModificationUtil.java)
|
||||
|
||||
**TODO** [Link to threading issue]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user