mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
new isValidatioLocation() method.
This commit is contained in:
parent
638199b49a
commit
3e1479cd80
1 changed files with 9 additions and 0 deletions
|
@ -119,6 +119,15 @@ public abstract class CProjectWizard extends BasicNewResourceWizard implements I
|
|||
return new Status(IStatus.OK, CUIPlugin.PLUGIN_ID, 0, "", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Method isValidLocation.
|
||||
* @param projectFieldContents
|
||||
* @return IStatus
|
||||
*/
|
||||
protected IStatus isValidLocation(String projectFieldContents) {
|
||||
return new Status(IStatus.OK, CUIPlugin.PLUGIN_ID, 0, "", null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the project location path from the main page
|
||||
* Overwrite this method if you do not have a main page
|
||||
|
|
Loading…
Add table
Reference in a new issue