mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
[md] review - style issue
This commit is contained in:
parent
bf8e928869
commit
f531f2f2f2
@ -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.
|
||||
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
|
||||
[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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user