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)