* Action definition ID of the navigate -> open action
* (value <code>"org.phpeclipse.phpdt.ui.edit.text.php.open.editor"</code>).
*/
- public static final String OPEN_EDITOR = "net.sourceforge.phpeclipse.ui.edit.text.php.open.editor"; //$NON-NLS-1$
+ public static final String OPEN_EDITOR = "net.sourceforge.phpeclipse.ui.edit.text.java.open.editor"; //$NON-NLS-1$
/**
* Action definition ID of the toggle presentation toolbar button action
* (value <code>"org.eclipse.jdt.ui.edit.text.java.toggle.presentation"</code>).
*/
public static final String TOGGLE_TEXT_HOVER = "net.sourceforge.phpeclipse.ui.edit.text.java.toggle.text.hover"; //$NON-NLS-1$
+ /**
+ * Action definition ID of the edit -> show Javadoc action
+ * (value <code>"org.eclipse.jdt.ui.edit.text.java.show.javadoc"</code>).
+ */
+public static final String SHOW_JAVADOC = "net.sourceforge.phpeclipse.ui.edit.text.java.show.javadoc"; //$NON-NLS-1$
+
}