if ( part == this.editor && contextActivation != null )
{
IContextService contextService = ( IContextService ) PlatformUI.getWorkbench().getAdapter(
IContextService.class );
contextService.deactivateContext( contextActivation );
contextActivation = null;
this.editor.getActionGroup().deactivateGlobalActionHandlers();
}