We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7084daf commit 731ea46Copy full SHA for 731ea46
org.nodeclipse.ui/src/org/nodeclipse/ui/wizards/NodeProjectWizardPage.java
@@ -228,6 +228,7 @@ private final void createTemplatesGroup(Composite parent) {
228
btnHelloNashorn.setText(Constants.TEMPLATE_HELLO_NASHORN);
229
btnHelloVertx = new Button(templatesGroup, SWT.RADIO);
230
btnHelloVertx.setText(Constants.TEMPLATE_HELLO_VERTX);
231
+ btnHelloVertx.setEnabled(false);
232
}
233
234
public String getSelectedTemplate() {
0 commit comments