diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index e084494c0..2d42bc20a 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -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]