// Edit menu
/**
* Edit menu: name of standard Show Javadoc global action
- * (value <code>"org.eclipse.jdt.ui.actions.ShowJavaDoc"</code>).
+ * (value <code>"net.sourceforge.phpdt.ui.actions.ShowJavaDoc"</code>).
*/
public static final String SHOW_JAVA_DOC= "net.sourceforge.phpeclipse.phpeditor.ShowJavaDoc"; //$NON-NLS-1$
/**
* Source menu: name of standard ToggleComment global action
- * (value <code>"org.eclipse.jdt.ui.actions.ToggleComment"</code>).
+ * (value <code>"net.sourceforge.phpdt.ui.actions.ToggleComment"</code>).
* @since 3.0
*/
public static final String TOGGLE_COMMENT= "net.sourceforge.phpeclipse.ui.actions.ToggleComment"; //$NON-NLS-1$
/**
* Source menu: name of standard Comment global action
- * (value <code>"org.eclipse.jdt.ui.actions.AddBlockComment"</code>).
+ * (value <code>"net.sourceforge.phpdt.ui.actions.AddBlockComment"</code>).
*
* @since 3.0
*/
/**
* Source menu: name of standard Uncomment global action
- * (value <code>"org.eclipse.jdt.ui.actions.RemoveBlockComment"</code>).
+ * (value <code>"net.sourceforge.phpdt.ui.actions.RemoveBlockComment"</code>).
*
* @since 3.0
*/
/**
* Source menu: name of standard Indent global action
- * (value <code>"org.eclipse.jdt.ui.actions.Indent"</code>).
+ * (value <code>"net.sourceforge.phpdt.ui.actions.Indent"</code>).
*
* @since 3.0
*/