1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / ui / actions / PHPEditorActionDefinitionIds.java
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPEditorActionDefinitionIds.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPEditorActionDefinitionIds.java
new file mode 100644 (file)
index 0000000..13c5b40
--- /dev/null
@@ -0,0 +1,42 @@
+package net.sourceforge.phpdt.ui.actions;
+
+public interface PHPEditorActionDefinitionIds {
+       /**
+        * Value: net.sourceforge.phpeclipse.phpeditor.comment
+        */
+       public static final String COMMENT = "net.sourceforge.phpdt.ui.actions.comment";
+
+       /**
+        * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
+        */
+       public static final String UNCOMMENT = "net.sourceforge.phpdt.ui.actions.uncomment";
+
+       // navigate
+
+       /**
+        * 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.java.open.editor"; //$NON-NLS-1$
+
+       /**
+        * Action definition ID of the toggle presentation toolbar button action
+        * (value
+        * <code>"net.sourceforge.phpdt.ui.edit.text.java.toggle.presentation"</code>).
+        */
+       public static final String TOGGLE_PRESENTATION = "net.sourceforge.phpeclipse.ui.edit.text.java.toggle.presentation"; //$NON-NLS-1$
+
+       /**
+        * Action definition ID of the toggle text hover toolbar button action
+        * (value
+        * <code>"net.sourceforge.phpdt.ui.edit.text.java.toggle.text.hover"</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>"net.sourceforge.phpdt.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$
+
+}