GotoMatchingBracket implementiert
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorActionDefinitionIds.java
index 2a236ab..fb97a56 100644 (file)
@@ -1,6 +1,14 @@
 package net.sourceforge.phpeclipse.phpeditor;
 
 public interface PHPEditorActionDefinitionIds {
+  /**
+   * Action definition ID of the edit -> go to matching bracket action
+   * (value <code>"org.phpeclipse.phpdt.ui.edit.text.php.goto.matching.bracket"</code>).
+   *
+   * @since 2.1
+   */
+  public static final String GOTO_MATCHING_BRACKET= "net.sourceforge.phpeclipse.ui.edit.text.php.goto.matching.bracket"; //$NON-NLS-1$
+
        /**
         * Value: net.sourceforge.phpeclipse.phpeditor.comment
         */