From 1e61153ea587837f327d061db8802d5804cd8e08 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 18 Nov 2002 15:52:13 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 3216a7506db..15e40bf5800 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,14 @@ +2002-11-18 Alain Magloire + + * src/.../internal/ui/editor/CEditor.java (createCSourceViewer): + Check for null pointer, the file maybe an IStorage. + * src/.../internal/ui/cview/CViewSorter.java (category): Expand + the category to include member of a translationUnit. + * src/.../internal/ui/cview/CContentProvider.java (processDelta): + postRefresh() for IBinary and IArchive files also. + * src/.../internal/ui/cview/CElementAdapterFactory.java (getAdapter): + Call getResource() instead of getUnderlyingResource(). + 2002-11-15 Alain Magloire * src/.../internal/ui/cview/CView.java (addBookMarkMenu):