1 package net.sourceforge.phpdt.ui.actions;
3 public interface PHPEditorActionDefinitionIds {
5 * Value: net.sourceforge.phpeclipse.phpeditor.comment
7 public static final String COMMENT = "net.sourceforge.phpdt.ui.actions.comment";
10 * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
12 public static final String UNCOMMENT = "net.sourceforge.phpdt.ui.actions.uncomment";
17 * Action definition ID of the navigate -> open action
18 * (value <code>"org.phpeclipse.phpdt.ui.edit.text.php.open.editor"</code>).
20 public static final String OPEN_EDITOR = "net.sourceforge.phpeclipse.ui.edit.text.java.open.editor"; //$NON-NLS-1$
22 * Action definition ID of the toggle presentation toolbar button action
23 * (value <code>"net.sourceforge.phpdt.ui.edit.text.java.toggle.presentation"</code>).
25 public static final String TOGGLE_PRESENTATION = "net.sourceforge.phpeclipse.ui.edit.text.java.toggle.presentation"; //$NON-NLS-1$
28 * Action definition ID of the toggle text hover toolbar button action
29 * (value <code>"net.sourceforge.phpdt.ui.edit.text.java.toggle.text.hover"</code>).
31 public static final String TOGGLE_TEXT_HOVER = "net.sourceforge.phpeclipse.ui.edit.text.java.toggle.text.hover"; //$NON-NLS-1$
34 * Action definition ID of the edit -> show Javadoc action
35 * (value <code>"net.sourceforge.phpdt.ui.edit.text.java.show.javadoc"</code>).
37 public static final String SHOW_JAVADOC = "net.sourceforge.phpeclipse.ui.edit.text.java.show.javadoc"; //$NON-NLS-1$