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]