[md] review - style issue

This commit is contained in:
Anna Bulenkova 2015-01-12 10:58:24 +01:00
parent bf8e928869
commit f531f2f2f2

View File

@ -110,7 +110,7 @@ This type of the editor handler should be registered as an extension point
Two types of handlers are supported: the ones which are executed once, and the ones which are executed for each caret. Two types of handlers are supported: the ones which are executed once, and the ones which are executed for each caret.
Examples of already implemented handlers can be found in Examples of already implemented handlers can be found in
[this package] (https://github.com/JetBrains/intellij-community/tree/master/platform/lang-impl/src/com/intellij/codeInsight/editorActions), [editorActions package] (https://github.com/JetBrains/intellij-community/tree/master/platform/lang-impl/src/com/intellij/codeInsight/editorActions),
e.g. the class e.g. the class
[CopyHandler.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/codeInsight/editorActions/CopyHandler.java). [CopyHandler.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/lang-impl/src/com/intellij/codeInsight/editorActions/CopyHandler.java).
To implement the logic you need to override ```implement()``` action. To implement the logic you need to override ```implement()``` action.