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 edit -> content assist proposal action (value
18 * <code>"org.phpeclipse.phpdt.ui.edit.text.php.content.assist. proposals"
21 public static final String CONTENT_ASSIST_PROPOSALS =
22 "net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals"; //$NON-NLS-1$