On Fri, Mar 16, 2012 at 10:05 AM, Fredrik Attebrant
<[email protected]> wrote:
> Some trials shows that a "pure 4.x" part can detect selection changes in
a
> 3.x part.
> However, when applying a change of selection from a "pure 4.x" view, I
fail
> to detect it in a 3.x view.
>
> Thus, does the ESelectionService trigger changes in the "legacy
selection"
> framework?
This is not possible. Consider 3.x's ISelectionListener interface.
--- public void selectionChanged(IWorkbenchPart part, ISelection
selection);
In 4.x, the backing objects are not implementations of IWorkbenchPart so
this wouldn't work (unless we sent in null).
Does this make sense, Fredrik?
Regards,
Remy
----------
Remy Suen
Eclipse Platform/UI Committer
IBM Ottawa
1-613-356-5162
_______________________________________________
e4-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/e4-dev