Can you please tell me how to change the selection in XML Editor.
I am using same model as OutlineView for my view and firing the selection
changed event from my view. But still there is no change in the editor
selection.
Anandatirtha wrote:
> Can you please tell me how to change the selection in XML Editor.
>
> I am using same model as OutlineView for my view and firing the selection
> changed event from my view. But still there is no change in the editor
> selection.
>
> Is there anything I am missing.
No. The editor doesn't listen to the selection service, it listens
to the Outline view explicitly since that's the only other workbench
part that it expects to "drive" its own selection.