mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
Updated.
This commit is contained in:
parent
3e1479cd80
commit
810301022e
1 changed files with 11 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue