GotoMatchingBracket implementiert
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / actions / PHPEditorActionDefinitionIds.java
index aab8e47..72fc67e 100644 (file)
@@ -9,4 +9,13 @@ public interface PHPEditorActionDefinitionIds {
         * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
         */
        public static final String UNCOMMENT = "net.sourceforge.phpdt.ui.actions.uncomment";
+       
+  // navigate
+       
+  /**
+   * Action definition ID of the navigate -> open action
+   * (value <code>"org.phpeclipse.phpdt.ui.edit.text.php.open.editor"</code>).
+   */
+  public static final String OPEN_EDITOR= "net.sourceforge.phpeclipse.ui.edit.text.php.open.editor"; //$NON-NLS-1$
+
 }