IDialogConstants.YES_LABEL,
IDialogConstants.NO_LABEL }, 0); //$NON-NLS-1$
// run the JSDT action for adding the JS nature
if (addJavaScriptSupport == 0 && project != null) {
SetupProjectsWizzard wiz = new SetupProjectsWizzard();
wiz.setActivePart(null, this.getTextEditor());
wiz.selectionChanged(null, new StructuredSelection(
project));
wiz.run(null);
}
return;
}
} catch (CoreException e) {