From b2b7d8971c33320a1f319c47638d3c17875a5cc6 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Thu, 11 Dec 2014 14:51:23 +0100 Subject: [PATCH] [md] Action handlers and text modification stub --- tutorials/editor_basics.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index caaa94e86..593d2d915 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -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] -----------