From 0bef028d80ac15dc121f412455328b2d524a360d Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Mon, 12 Jan 2015 11:19:29 +0100 Subject: [PATCH] [md] [review: areas the editor can be accessible set of getters" doesn't make sense] section dropped --- tutorials/editor_basics.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index 85137f452..6775a560a 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -41,10 +41,6 @@ and are converted to proper format when the document is saved. [Document] (https://github.com/JetBrains/intellij-community/blob/master/platform/core-api/src/com/intellij/openapi/editor/Document.java) can be obtained by calling ```Document document = editor.getDocument();``` -###Models -Different services for controlling and getting information about visible areas the editor can be accessible set of getters, e.g. -```final SelectionModel selectionModel = editor.getSelectionModel();``` - Editor model classes are located in [editor] (https://github.com/JetBrains/intellij-community/tree/master/platform/editor-ui-api/src/com/intellij/openapi/editor) subpackage of the