1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

LaunchBar: do not allow to Finish new config wizard prematurely

Finish button is active when not all parameters for lauch
configuration are set

Change-Id: Iae33a1679e043257bb591ae18a7db8310a93cf52
This commit is contained in:
Alena Laskavaia 2015-01-14 09:27:26 -05:00
parent bb7f665007
commit d4621c4aa9

View file

@ -167,6 +167,8 @@ public class NewLaunchConfigEditPage extends WizardPage {
}
public void validateFields() {
// page is not complete unless we finish validation successfully
setPageComplete(false);
if (workingCopy == null)
return;
String message = null;