PHP perspective and new Project Wizard
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorActionDefinitionIds.java
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/PHPEditorActionDefinitionIds.java
new file mode 100644 (file)
index 0000000..3239f9d
--- /dev/null
@@ -0,0 +1,12 @@
+package net.sourceforge.phpeclipse.phpeditor;
+
+public interface PHPEditorActionDefinitionIds {
+       /**
+        * Value: net.sourceforge.phpeclipse.phpeditor.comment\r  */
+       public static final String COMMENT= "net.sourceforge.phpeclipse.phpeditor.comment";
+
+       /**
+        * Value: net.sourceforge.phpeclipse.phpeditor.uncomment
+        */
+       public static final String UNCOMMENT = "net.sourceforge.phpeclipse.phpeditor.uncomment";
+}