From c63655d17290c41c3eeb00b676c4cad0e1808e35 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Thu, 11 Dec 2014 17:24:27 +0100 Subject: [PATCH] [md] EditorModificationUtil --- tutorials/editor_basics.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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]