
Is it possible to have multiple Dock Managers in the same application?
I need to have multiple tabs with ToolWindows docked inside each tab, and I also need to be able to dock some tool windows to the
I added a DocumentWindow1(...n) to DockManager1 and a DockManager2(..n+1) to DocumentWindow1(...n).
When I try to dock a tool window inside DockManager2 (I do this because I want toolwindows docked inside the DocumentWindow), I want to be able to disable the ToolWindow from docking to DockManager1. Is there a way to disable docking for a dock manager?
Is there a better way to do what I need to do that what I am doing right now?
I need to have multiple tabs with ToolWindows docked inside each tab, and I also need to be able to dock some tool windows to the
I added a DocumentWindow1(...n) to DockManager1 and a DockManager2(..n+1) to DocumentWindow1(...n).
When I try to dock a tool window inside DockManager2 (I do this because I want toolwindows docked inside the DocumentWindow), I want to be able to disable the ToolWindow from docking to DockManager1. Is there a way to disable docking for a dock manager?
Is there a better way to do what I need to do that what I am doing right now?