1 package net.sourceforge.phpeclipse.phpeditor;
3 public interface PHPEditorActionDefinitionIds {
5 * Action definition ID of the edit -> go to matching bracket action
6 * (value <code>"org.phpeclipse.phpdt.ui.edit.text.php.goto.matching.bracket"</code>).
10 public static final String GOTO_MATCHING_BRACKET= "net.sourceforge.phpeclipse.ui.edit.text.php.goto.matching.bracket"; //$NON-NLS-1$
13 * Value: net.sourceforge.phpeclipse.phpeditor.comment
15 public static final String COMMENT =
16 "net.sourceforge.phpeclipse.phpeditor.comment";
19 * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
21 public static final String UNCOMMENT =
22 "net.sourceforge.phpeclipse.phpeditor.uncomment";
25 * Action definition ID of the source -> format action
27 public static final String FORMAT= "net.sourceforge.phpeclipse.phpeditor.format"; //$NON-NLS-1$
30 * Action definition ID of the edit -> content assist proposal action (value
31 * <code>"org.phpeclipse.phpdt.ui.edit.text.php.content.assist. proposals"
34 public static final String CONTENT_ASSIST_PROPOSALS =
35 "net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals"; //$NON-NLS-1$