[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Re: IDebugEditorPresentation with GEF Editor possible?
|
Assuming the annotation is to the model, you would lookup the model using
the viewer's editpart registry. Then you have the graphical editpart. You
can either place a pointer yourself or send a request asking the editpart to
place the instruction pointer.
"Daniel Hirscher" <Daniel.Hirscher@xxxxxxxxxxxxxx> wrote in message
news:dj00pf$2s2$1@xxxxxxxxxxxxxxxxxxx
> Hi,
>
> IDebugEditorPresentation provides addAnnotations and removeAnnotations.
> How to get a GEF editor to support Annotations from the debugger?
> I would like to get little "instruction pointer" arrows.
>
> Is this possible?
> Have anyone done something like this?
>
> --
> Daniel