}
}
}
if (command == null) {
// "delete"
command = new DeleteCommand(true,
(IHTMLGraphicalViewer) this.getCurrentViewer());
}
} else {
// "cut"
command = new CutCommand((IHTMLGraphicalViewer) this
.getCurrentViewer());
e.doit = false;
}
break;
case SWT.BS:
// "delete"
command = new DeleteCommand(false, (IHTMLGraphicalViewer) this
.getCurrentViewer());
e.doit = false;
break;
case SWT.INSERT:
if ((e.stateMask & SWT.SHIFT) != 0) {