1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-04-28 02:36:20 +00:00
parent ff2a519180
commit bb30382695
2 changed files with 24 additions and 0 deletions

View file

@ -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

View file

@ -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.