misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / actions / PHPdtActionConstants.java
index 350dfef..0a848b3 100644 (file)
@@ -23,7 +23,12 @@ package net.sourceforge.phpdt.ui.actions;
 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>).