1 /*******************************************************************************
 
   2  * Copyright (c) 2002 International Business Machines Corp. and others.
 
   3  * All rights reserved. This program and the accompanying materials 
 
   4  * are made available under the terms of the Common Public License v0.5 
 
   5  * which accompanies this distribution, and is available at
 
   6  * http://www.eclipse.org/legal/cpl-v05.html
 
   9  *     IBM Corporation - initial API and implementation
 
  10  ******************************************************************************/
 
  11 package net.sourceforge.phpdt.ui.actions;
 
  14  * Action ids for standard actions, for groups in the menu bar, and
 
  15  * for actions in context menus of PHPDT views.
 
  18  * This class may be instantiated; it is not intended to be subclassed.
 
  23 public class PHPdtActionConstants {
 
  28          * Edit menu: name of standard Code Assist global action
 
  29          * (value <code>"org.phpeclipse.phpdt.ui.actions.ContentAssist"</code>).
 
  31         public static final String CONTENT_ASSIST= "net.sourceforge.phpeclipse.phpeditor.ContentAssist"; //$NON-NLS-1$
 
  36          * Source menu: name of standard Comment global action
 
  37          * (value <code>"net.sourceforge.phpdt.ui.actions.Comment"</code>).
 
  39         public static final String COMMENT= "net.sourceforge.phpeclipse.phpeditor.Comment"; //$NON-NLS-1$
 
  42          * Source menu: name of standard Uncomment global action
 
  43          * (value <code>"net.sourceforge.phpdt.ui.actions.Uncomment"</code>).
 
  45         public static final String UNCOMMENT= "net.sourceforge.phpeclipse.phpeditor.Uncomment"; //$NON-NLS-1$