mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 15:23:59 +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:
parent
bb7f665007
commit
d4621c4aa9
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ public class NewLaunchConfigEditPage extends WizardPage {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void validateFields() {
|
public void validateFields() {
|
||||||
|
// page is not complete unless we finish validation successfully
|
||||||
|
setPageComplete(false);
|
||||||
if (workingCopy == null)
|
if (workingCopy == null)
|
||||||
return;
|
return;
|
||||||
String message = null;
|
String message = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue