diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 8be684c8a6e..4856529eef0 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -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):