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
*/