mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Fixes
This commit is contained in:
parent
64beea15e9
commit
4ff847d4ee
@ -17,7 +17,7 @@ section.
|
||||
#Editor
|
||||
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),
|
||||
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).
|
||||
|
||||
##Get an instance of the active editor
|
||||
|
Loading…
x
Reference in New Issue
Block a user