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 = "net.sourceforge.phpeclipse.phpeditor.comment";
18 * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
20 public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.uncomment";
23 * Action definition ID of the source -> format action
25 public static final String FORMAT = "net.sourceforge.phpeclipse.phpeditor.format"; //$NON-NLS-1$
28 * Action definition ID of the edit -> content assist proposal action (value
29 * <code>"org.phpeclipse.phpdt.ui.edit.text.php.content.assist. proposals"
32 // public static final String CONTENT_ASSIST_PROPOSALS = "net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals"; //$NON-NLS-1$
35 * Action definition ID of the edit -> show Javadoc action
36 * (value <code>"org.eclipse.jdt.ui.edit.text.java.show.javadoc"</code>).
38 public static final String SHOW_JAVADOC = "net.sourceforge.phpeclipse.ui.edit.text.java.show.javadoc"; //$NON-NLS-1$