From 2a7fb371d9ae07e3a8ee8a50c3457d56c3fb78e9 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Wed, 14 Jan 2015 12:07:58 +0100 Subject: [PATCH] [md] TODO (add links when available) --- tutorials/editor_basics.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/editor_basics.md b/tutorials/editor_basics.md index 5824c6ea4..f969600fe 100644 --- a/tutorials/editor_basics.md +++ b/tutorials/editor_basics.md @@ -17,7 +17,7 @@ The following set of steps will show how to access a text selection and change i ###Creating a new action In this example access to the Editor is made through an action as a plug-in point. To create an action we need derive -[AnAction.java] () +[AnAction.java] (TODO) class. public class EditorIllustration extends AnAction { @@ -25,7 +25,7 @@ class. ###Registering an action To register the action we should add a corresponding attribute to the ** section of the plugin configuration file -[plugin.xml] () +[plugin.xml] (TODO)