From b2588cd3c826bb23a74df059b4470f07b596b50c Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Mon, 15 Dec 2014 08:51:42 +0100 Subject: [PATCH] [md] todo item --- tutorials/editor_basics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index b8896bde4..4441bbbc1 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -123,6 +123,9 @@ 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 +**TODO** + **TODO** [Link to threading issue] -----------