1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
This commit is contained in:
Alain Magloire 2002-12-04 14:36:49 +00:00
parent 3e1479cd80
commit 810301022e

View file

@ -1,3 +1,14 @@
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
2002-12-01 Alain Magloire
* src/.../internal/ui/editor/OpenOnSelectionAction.java (getText):