I'm developing a RCP application and I want to give the user the ability to configure if new views will be openned on a new detached window or will open attached on the main window.
Is there a way to do that on Eclipse 4?
To open a view i'm using this method:
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView( id );