-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow detached editor docks to be split or contain more than one tab #1984
Comments
Hi ! |
To my knowledge, nobody is currently working on implementing this. |
But when I think about it, it's not that complicated since we can already make a dock buoyant, we can make a dock container to assemble them together. |
Not actively, but we're refactoring the internals of the editor GUI with this potential feature in mind. |
Describe the problem or limitation you are having in your project
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Dockable UI. See the dockable UI system for Qt. It is probably way overboard for what we need, but that gives you an idea of what I mean. https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Currently, the Inspector (for example) just opens in it's own window. It is not inside a tab container.
Off the top of my head, I think maybe we would need something like
EditorWindow
, which inherits fromWindow
and has the ability to do this sort of splitting stuff.To begin with, it is probably just worth the drag and drop of 'tabs' working first (green in image above).
The text was updated successfully, but these errors were encountered: