misc changes
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditor.java
index adcf53d..04f7d9e 100644 (file)
@@ -67,9 +67,10 @@ public class PHPEditor extends TextEditor {
   }
 
   public PHPContentOutlinePage getfOutlinePage() {
-    return fOutlinePage; 
+    return fOutlinePage;
   }
-  /** The <code>JavaEditor</code> implementation of this 
+
+  /** The <code>PHPEditor</code> implementation of this 
    * <code>AbstractTextEditor</code> method extend the 
    * actions to add those specific to the receiver
    */
@@ -100,6 +101,8 @@ public class PHPEditor extends TextEditor {
 
     actionGroup = new PHPActionGroup(this, ITextEditorActionConstants.GROUP_EDIT);
 
+    markAsStateDependentAction("Comment", true); //$NON-NLS-1$
+    markAsStateDependentAction("Uncomment", true); //$NON-NLS-1$
   }
 
   /** The <code>JavaEditor</code> implementation of this