In order to provide dual display support for our RCP application, we are considering to use
two WorkbenchWindows that can be used arbitrarily by the user to place views in them (drag&drop
of views is not neccessary).
In order to pass selection events between the two windows, we plan to create a global selection
service that connects the WorkbenchWindow local selection services.
Are there any issues with this approach e.g. with regard to the command framework or any other parts
parts of the platform that are not apparent at a first glance?
Are there any alternatives to dual-display support with RCP that do not involve two workbenches?