From 1c8649d6fdcab50e4458633db6e3945a6c846c5f Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 1 Apr 2003 18:42:03 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 02c08ecedbf..6cdf133d250 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,25 @@ +2003-04-01 Alain Magloire + + Patch from Hoda Amer. + New icons for enumerations, enumerators and typedefs. + Small fix for CElementLabelProvider.getText(). + + * src/org/eclipse/cdt/ui/CElementLabelProvider.java: + * src/org/eclipse/cdt/internal/ui/CElementImageProvider.java: + * src/org/eclipse/cdt/internal/ui/CPlugiImages.java + + * icons/full/obj16/enum_obj.gif: + * icons/full/obj16/enumerator_obj.gif: + * icons/full/obj16/typedef_obj.gif: + +2000-04-01 Alain Magloire + + Patch from Chris Songer. + The IBinaryElement like IBinaryFunction and IBinaryVariable contains + only line number no the offset, deal with when doing the selectin. + + * src/org/eclipse/cdt/internal/ui/editor/CEditor.java: + 2003-03-27 Alain Magloire The selection in the CView to CEditor was not done.