From bb3038269579a2f7d197ea3ae8bbd1c213d0c36f Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 28 Apr 2003 02:36:20 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 15 +++++++++++++++ debug/org.eclipse.cdt.debug.ui/ChangeLog | 9 +++++++++ 2 files changed, 24 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 384935f9864..9c1185fbb1b 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,18 @@ +2003-04-27 Alain Magloire + + PR 36759, the outline does not update + when the input is reset by the Debugger. The debugger + reuse the same editor with different input. + + * src/org/eclipse/cdt/internal/ui/editor/CContentOutlinet.java (setInput): + New method to reset the input of the viewer. + + * src/org/eclipse/cdt/internal/ui/editor/CEditor.java (setOutlinePageInput): + New method to reset the input of the outliner. + + * src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java (createElementInfo): + Use the getBufferFactory() method it may been overloaded. + 2003-04-26 Alain Magloire ClastCastException in CView see PR 36876 diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog index 24958c4970b..747ea6cbc31 100644 --- a/debug/org.eclipse.cdt.debug.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog @@ -1,3 +1,12 @@ +2003-04-27 Alain Magloire + + Bug PR 36759, the outliner was not updated, when using + the CDebugEditor. + + * src/org/eclipse/cdt/debug/internal/ui/editor/CDebugDocumentProvider.java (getBufferFactory): + New method overload getBufferFactory() to return the factory of + CUIPlugin.getDefault().getDocumentProvider().getBufferFactory(). + 2003-04-25 Mikhail Khodjaiants Fix for bug 36909. * NoSymbolOrSourceElement.java: new file.