return shell;
return null;
}
};
IUndoableOperation operation= new CreateMarkersOperation(fMarkerType, attributes, resource, name);
IOperationHistory operationHistory= PlatformUI.getWorkbench().getOperationSupport().getOperationHistory();
try {
operationHistory.execute(operation, null, context);
} catch (ExecutionException x) {
Bundle bundle= Platform.getBundle(PlatformUI.PLUGIN_ID);