[md] EditorModificationUtil

This commit is contained in:
Anna Bulenkova 2014-12-11 17:24:27 +01:00
parent 2b32983752
commit c63655d172

View File

@ -115,8 +115,9 @@ And used like shows the following example:
#Working with text #Working with text
##EditorModificationUtil ##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] **TODO** [Link to threading issue]