From 8f4a63568373d407325de8de3f5ca03840323bb3 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 9 Dec 2014 19:40:44 +0100 Subject: [PATCH] todo items --- tutorials/working_with_editor.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tutorials/working_with_editor.md b/tutorials/working_with_editor.md index 813e8b1ed..9ffe7cbb0 100644 --- a/tutorials/working_with_editor.md +++ b/tutorials/working_with_editor.md @@ -57,6 +57,15 @@ Please see [EditorIllustration.java] (https://github.com/JetBrains/intellij-sdk/blob/master/code_samples/editor_basics/src/org/jetbrains/plugins/editor/basics/EditorIllustration.java) for more details. +#EditorFactory +**TODO** + +#DataContext +**TODO** + +#AnActionEvent +**TODO** + ---------------- See also