Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] CProjectWizard and CProjectWizardPage modification requests.

> 
> I propose to create isValidLocation method in addition to already existing
> method isValidName. CProjectWizardPage has to invoke this new method on the
> same way as it invokes isValidName.
> 

Thanks sorry for the delay patch applied, with this ChangeLog entry:

2002-12-04 Alex Chapiro

        I propose to create isValidLocation method in addition to already existing
        method isValidName. CProjectWizardPage has to invoke this new method on the
        same way as it invokes isValidName.

        * src/org/eclipse/cdt/ui/wizard/CProjectWizard.java (isValidationLocation):
        New method to allow a check on the location of the project.
        * src/org/eclipse/cdt/ui/wizard/CProjectWizardPage.java (validatePage):
        Call isValidationLocation() for the project Location





Back to the top