/*
* Doc is ambiguous, but it must be run from the UI thread -
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=165180
*/
try {
jobService.runInUI(workbenchWindow, this, (ISchedulingRule) editor.getEditorPart().getEditorInput().getAdapter(IResource.class));
}
catch (InvocationTargetException e) {
Logger.logException(e);
}
catch (InterruptedException e) {