public class PHPdtActionConstants {
// Edit menu
-
+ /**
+ * Edit menu: name of standard Show Javadoc global action
+ * (value <code>"org.eclipse.jdt.ui.actions.ShowJavaDoc"</code>).
+ */
+ public static final String SHOW_JAVA_DOC= "net.sourceforge.phpeclipse.phpeditor.ShowJavaDoc"; //$NON-NLS-1$
+
/**
* Edit menu: name of standard Code Assist global action
* (value <code>"org.phpeclipse.phpdt.ui.actions.ContentAssist"</code>).