}
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
*/
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