public void commandStackChanged(EventObject event) {
   firePropertyChange(IEditorPart.PROP_DIRTY);
   super.commandStackChanged(event);
 }