1 package net.sourceforge.phpeclipse.phpeditor;
3 public interface PHPEditorActionDefinitionIds {
5 * Value: net.sourceforge.phpeclipse.phpeditor.comment
7 public static final String COMMENT =
8 "net.sourceforge.phpeclipse.phpeditor.comment";
11 * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
13 public static final String UNCOMMENT =
14 "net.sourceforge.phpeclipse.phpeditor.uncomment";
17 * Action definition ID of the source -> format action
19 public static final String FORMAT= "net.sourceforge.phpeclipse.phpeditor.format"; //$NON-NLS-1$
22 * Action definition ID of the edit -> content assist proposal action (value
23 * <code>"org.phpeclipse.phpdt.ui.edit.text.php.content.assist. proposals"
26 public static final String CONTENT_ASSIST_PROPOSALS =
27 "net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals"; //$NON-NLS-1$