Skip to content

Commit ed01439

Browse files
author
Paul Verest
committed
#122 Environment Tab - disable radio buttons for now
1 parent 917bcc3 commit ed01439

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

org.nodeclipse.debug/src/org/nodeclipse/debug/launch/LaunchConfigurationEnvironmentTab.java

+7
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@ public void widgetSelected(SelectionEvent e) {
220220
}
221221
});
222222
replaceEnvironment= createRadioButton(comp, LaunchConfigurationsMessages.EnvironmentTab_17);
223+
//+ #122 "Append to environment" is not working properly { by Paul
224+
appendEnvironment.setEnabled(false);
225+
replaceEnvironment.setEnabled(false);
226+
replaceEnvironment.setSelection(true);
227+
// currently only specified environment variables are passed
228+
// making it replace like .
229+
// }
223230
}
224231

225232
/**

0 commit comments

Comments
 (0)