From 17dbc7cbe6ff83fb766a18538db14f6dd736db3c Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 13 Nov 2002 16:43:49 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.ui/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index ffc2be8e15b..5de891c9764 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,12 @@ +2002-11-13 Alain Magloire + + * src/.../wizards/CProjectWizard.java (isValidName): + New method to give a change to the wizard to check + the validity of a project name. + * src/.../wizard/CProjectWizardPage.java (CProjectWizardPage): + Takes new argument, the CProjectWizard. + (validatePage): calls isValidName() to check if name is valid. + 2002-11-13 David Inglis * plugin.properties