X-Git-Url: http://git.phpeclipse.com
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java
index 0709883..0b9bf6b 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ui/actions/PHPdtActionConstants.java
@@ -49,5 +49,29 @@ public class PHPdtActionConstants {
* phpeclipse.phpdt.ui.actions.Format").
*/
public static final String FORMAT = "net.sourceforge.phpeclipse.phpeditor.Format"; //$NON-NLS-1$
+
+ /**
+ * Source menu: name of standard Convert Line Delimiters To Windows global action
+ * (value "org.phpeclipse.phpdt.ui.actions.ConvertLineDelimitersToWindows"
).
+ */
+ public static String CONVERT_LINE_DELIMITERS_TO_WINDOWS= "net.sourceforge.phpeclipse.ui.actions.ConvertLineDelimitersToWindows"; //$NON-NLS-1$
+
+ /**
+ * Source menu: name of standard Convert Line Delimiters To UNIX global action
+ * (value "org.phpeclipse.phpdt.ui.actions.ConvertLineDelimitersToUNIX"
).
+ */
+ public static String CONVERT_LINE_DELIMITERS_TO_UNIX= "net.sourceforge.phpeclipse.ui.actions.ConvertLineDelimitersToUNIX"; //$NON-NLS-1$
+
+ /**
+ * Source menu: name of standardConvert Line Delimiters ToMac global action
+ * (value "org.phpeclipse.phpdt.ui.actions.ConvertLineDelimitersToMac"
).
+ */
+ public static String CONVERT_LINE_DELIMITERS_TO_MAC= "net.sourceforge.phpeclipse.ui.actions.ConvertLineDelimitersToMac"; //$NON-NLS-1$
+
+ /**
+ * Navigate menu: name of standard Open global action
+ * (value "org.phpeclipse.phpdt.ui.actions.Open"
).
+ */
+ public static final String OPEN= "net.sourceforge.phpeclipse.ui.actions.Open"; //$NON-NLS-1$
}