[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
[platform-debug-dev] changes in IDebugEditorPresentation
|
Early in the 3.0 development cycle, we introduced a new interface to allow
debuggers to override the default positioning and decorating of editors
for the display of source code. Since that time, many changes have
occurred in the platform text infrastructure - spcecifically in the area
of annotations. To better align the debugger with the support in text,
this interface has been modified.
Debug implementations still override default editor positioning and
annotating via the interface IDebugEditorPresentation, which now has two
methods - addAnnotations and removeAnnotations. The debugger delegates to
model presentations that implement this new interface when opening an
editor for a selected stack frame.
For those interested, see the following bug, and javadoc in
IDebugEditorPresentation:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=56246
Darin