1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00
This commit is contained in:
Alain Magloire 2003-06-04 14:12:34 +00:00
parent 33687bdd2e
commit 55253c4df9

View file

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