return Status.OK_STATUS;
}
};
private PyOutlineSelectionDialog(Shell shell) {
super(shell, createLabelProvider(), new TreeNodeContentProvider());
setShellStyle(getShellStyle() & ~SWT.APPLICATION_MODAL); //Not modal because then the user may cancel the progress.
if (CorePlugin.getDefault() != null) {
memento = new DialogMemento(getShell(), "com.python.pydev.actions.PyShowOutline");
} else {
memento = null;