Started with PHP/HTML Formatter menu => doesn't work right now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorActionDefinitionIds.java
index 9f769a9..2a236ab 100644 (file)
@@ -13,6 +13,11 @@ public interface PHPEditorActionDefinitionIds {
        public static final String UNCOMMENT =
                "net.sourceforge.phpeclipse.phpeditor.uncomment";
        
+  /**
+   * Action definition ID of the source -> format action 
+   */
+  public static final String FORMAT= "net.sourceforge.phpeclipse.phpeditor.format"; //$NON-NLS-1$
+
        /**
        * Action definition ID of the edit -> content assist proposal action (value
        * <code>"org.phpeclipse.phpdt.ui.edit.text.php.content.assist. proposals"