1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00
This commit is contained in:
Alain Magloire 2002-11-06 20:37:11 +00:00
parent a3c6f84270
commit 77b8eab7a4

View file

@ -1,9 +1,17 @@
2002-11-06 Tom Tromey
Fix for Bugzilla 25784.
* src/org/eclipse/cdt/ui/wizards/CProjectWizardPage.java
(validatePage): Allow project name to contain a space.
* src/org/eclipse/cdt/internal/ui/CPluginResources.properties
(CProjectWizardPage.projectContainsSpace): Removed.
2002-11-06 David Inglis
* src/.../ui/CUIPlugin.java
* src/.../ui/CUIPlugin.java:
fixed NPE.
2002-11-01 David Inglis
* src/.../internal/ui/CElementLabelProvider.java
* src/.../internal/ui/CElementLabelProvider.java:
change cpu display string to use isLittleEndian method on IBinary
@ -20,7 +28,7 @@
so the user could get into a very awkward state, when selecting or deselecting
as one view woud over ride the other.
src/org/eclipse/cdt/internal/ui/preferences/CProjectPropertyPage.java
src/org/eclipse/cdt/internal/ui/preferences/CProjectPropertyPage.java:
2002-10-29 David Inglis