X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java index 9f769a9..fb97a56 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java @@ -1,6 +1,14 @@ package net.sourceforge.phpeclipse.phpeditor; public interface PHPEditorActionDefinitionIds { + /** + * Action definition ID of the edit -> go to matching bracket action + * (value "org.phpeclipse.phpdt.ui.edit.text.php.goto.matching.bracket"). + * + * @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 */ @@ -13,6 +21,11 @@ public interface PHPEditorActionDefinitionIds { public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.uncomment"; + /** + * Action definition ID of the source -> format action + */ + public static final String FORMAT= "net.sourceforge.phpeclipse.phpeditor.format"; //$NON-NLS-1$ + /** * Action definition ID of the edit -> content assist proposal action (value * "org.phpeclipse.phpdt.ui.edit.text.php.content.assist. proposals"