Hi,
In my RCP application, I have 2 perspectives. In the first, I have a
CommonNavigator which listes my workspace files. When I click on one of
them, relative editor is opened. I would like this editor to be opened
in the other perspective.
I tried to create an editorAction, called when relative editor is opened
and switching current perspective in its run() method but it seems my
editorAction is never called.
Is it the good method to satisfy my need or do I use a other mechanism ?
Regards,
Sebastien