From 55253c4df9d0368036a8123346956f9d8bcbe3ce Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 4 Jun 2003 14:12:34 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 9c89fcf3f15..d574c7858f8 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2003-05-23 Mikhail Khodjaiants + PR 38047: Unable to save changes in C/C++ debug editor. + * src/org/eclipse/cdt/ui/IEditorInputDelegate.java: new + This interface is added to provide support for more flexible editor inputs. + + * src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java: + Support of the "IEditorInputDelegate" interface. + 2003-05-30 Hoda Amer Added the new class wizard on May 27th Fixed the inclusion problem on May 28th