Replies: 3 comments 4 replies
-
I think that a problem can be divided into the two parts:
Also, I think that work of tabs and windows should be separated into the two threads. |
Beta Was this translation helpful? Give feedback.
-
If we drop a tab outside of the docking area and create a new window, do we want the tab to 'transform' into a window or do we want to create a window with a docking area, a tree etc and then drop the tab into that new window? 'transform' into window
create new window with docking area
Is there even a difference between these or should we just add a behaviour setting for dropping outside of docks something like pub enum DropOutsideDockBehaviour {
intoNewWindow,
intoNewDock,
} I'm not really well read into the API and inner workings of the library as I haven't seriously used this yet but it looks really nice and people are active so I thought I'd add my two cents. |
Beta Was this translation helpful? Give feedback.
-
Closed by #149 |
Beta Was this translation helpful? Give feedback.
-
In this thread we're discussing the design of the feature in the title.
My idea is to mimic Dear Imgui's solution:
I'd also like the programmers to be able to choose if they want to have detachable tabs in a
DockArea
or not.Please feel free to share your own ideas or concerns.
Beta Was this translation helpful? Give feedback.
All reactions