From 36c0759bf0cea78ea9842499aed1e9989b5c0e3b Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Mon, 29 Dec 2014 13:14:08 +0100 Subject: [PATCH] [md] Header changed --- tutorials/editor_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index 4441bbbc1..42647db6b 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -123,7 +123,7 @@ Basic, most commonly required actions for text modification, e.g working with te 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) -#Editor coordinates system. Logical position +#Editor coordinates system. Positions and offsets. **TODO** **TODO** [Link to threading issue]