This commit is contained in:
Hadi Hariri 2015-01-08 17:48:09 +01:00
parent 64beea15e9
commit 4ff847d4ee

View File

@ -17,7 +17,7 @@ section.
#Editor #Editor
An instance on IntelliJ IDEA editor is represented by an interface An instance on IntelliJ IDEA editor is represented by an interface
[Editor.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/editor/Editor.java), [Editor.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/editor-ui-api/src/com/intellij/openapi/editor/Editor.java),
and it's implementation can be found in a class and a default implementation can be found in the class
[EditorImpl.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java). [EditorImpl.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorImpl.java).
##Get an instance of the active editor ##Get an instance of the active editor