X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java index 436dc6a..0709883 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java @@ -22,18 +22,32 @@ package net.sourceforge.phpdt.ui.actions; */ public class PHPdtActionConstants { - // Source menu - - /** - * Source menu: name of standard Comment global action - * (value "net.sourceforge.phpdt.ui.actions.Comment"). - */ - public static final String COMMENT= "net.sourceforge.phpdt.ui.actions.Comment"; //$NON-NLS-1$ - - /** - * Source menu: name of standard Uncomment global action - * (value "net.sourceforge.phpdt.ui.actions.Uncomment"). - */ - public static final String UNCOMMENT= "net.sourceforge.phpdt.ui.actions.Uncomment"; //$NON-NLS-1$ - + // Edit menu + + /** + * Edit menu: name of standard Code Assist global action + * (value "org.phpeclipse.phpdt.ui.actions.ContentAssist"). + */ + public static final String CONTENT_ASSIST = "net.sourceforge.phpeclipse.phpeditor.ContentAssist"; //$NON-NLS-1$ + + // Source menu + + /** + * Source menu: name of standard Comment global action + * (value "net.sourceforge.phpdt.ui.actions.Comment"). + */ + public static final String COMMENT = "net.sourceforge.phpeclipse.phpeditor.Comment"; //$NON-NLS-1$ + + /** + * Source menu: name of standard Uncomment global action + * (value "net.sourceforge.phpdt.ui.actions.Uncomment"). + */ + public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.Uncomment"; //$NON-NLS-1$ + + /** + * Source menu: name of standard Format global action (value "org. + * phpeclipse.phpdt.ui.actions.Format"). + */ + public static final String FORMAT = "net.sourceforge.phpeclipse.phpeditor.Format"; //$NON-NLS-1$ + }