[md] Action handlers and text modification stub

This commit is contained in:
Anna Bulenkova 2014-12-11 14:51:23 +01:00
parent a4de19c6f2
commit b2b7d8971c

View File

@ -85,6 +85,16 @@ Please note, that creating and releasing of editors must be done from the event
Example from
[ExportToFileUtil.java] (https://github.com/JetBrains/intellij-community/blob/master/platform/platform-impl/src/com/intellij/ide/util/ExportToFileUtil.java)
#Actions activated by different editor events
##TypedActionHandler
TODO
##EditorActionHandler
TODO
#Working with text
##EditorModificationUtil
TODO
**TODO** [Link to threading issue]
-----------