mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-26 17:53:55 +02:00
Merge "LaunchBar: do not allow to Finish new config wizard prematurely"
This commit is contained in:
commit
5503a7526f
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