Started with PHP/HTML Formatter menu => doesn't work right now
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPActionContributor.java
index 7c6d220..587bc9d 100644 (file)
@@ -113,7 +113,8 @@ public class PHPActionContributor extends BasicTextEditorActionContributor   {
     IActionBars bars = getActionBars();
     bars.setGlobalActionHandler(PHPdtActionConstants.COMMENT, getAction(textEditor, "Comment"));
     bars.setGlobalActionHandler(PHPdtActionConstants.UNCOMMENT, getAction(textEditor, "Uncomment"));
-
+    bars.setGlobalActionHandler(PHPdtActionConstants.FORMAT, getAction(textEditor, "Format"));
+    
     if (part instanceof PHPEditor) {
       PHPEditor cuEditor= (PHPEditor)part;
       ActionGroup group= cuEditor.getActionGroup();