X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/CompilationUnitEditorActionContributor.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/CompilationUnitEditorActionContributor.java index 805895b..6eea5b8 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/CompilationUnitEditorActionContributor.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/CompilationUnitEditorActionContributor.java @@ -49,12 +49,12 @@ public class CompilationUnitEditorActionContributor getAction(textEditor, "ToggleComment")); //$NON-NLS-1$ bars.setGlobalActionHandler(PHPdtActionConstants.FORMAT, getAction( textEditor, "Format")); //$NON-NLS-1$ - bars.setGlobalActionHandler(PHPdtActionConstants.ADD_BLOCK_COMMENT, - getAction(textEditor, "AddBlockComment")); //$NON-NLS-1$ - bars.setGlobalActionHandler(PHPdtActionConstants.REMOVE_BLOCK_COMMENT, - getAction(textEditor, "RemoveBlockComment")); //$NON-NLS-1$ - bars.setGlobalActionHandler(PHPdtActionConstants.INDENT, getAction( - textEditor, "Indent")); //$NON-NLS-1$ //$NON-NLS-2$ +// bars.setGlobalActionHandler(PHPdtActionConstants.ADD_BLOCK_COMMENT, +// getAction(textEditor, "AddBlockComment")); //$NON-NLS-1$ +// bars.setGlobalActionHandler(PHPdtActionConstants.REMOVE_BLOCK_COMMENT, +// getAction(textEditor, "RemoveBlockComment")); //$NON-NLS-1$ +// bars.setGlobalActionHandler(PHPdtActionConstants.INDENT, getAction( +// textEditor, "Indent")); //$NON-NLS-1$ //$NON-NLS-2$ if (textEditor != null) { IFile file = null;