Skip to content
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 editor docks to span multiple columns #10005

Open
hungLink opened this issue Jun 20, 2024 · 1 comment
Open

Allow editor docks to span multiple columns #10005

hungLink opened this issue Jun 20, 2024 · 1 comment

Comments

@hungLink
Copy link

Describe the project you are working on

A tcg with a focus on flexibility, consistency, and competition!

Describe the problem or limitation you are having in your project

Sometimes the content in one panel is wider than than the content in another panel, but you want them next to each other.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

You could set a panel to be as wide rather tan tall. This is best described by the mockup in the next field.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Currently when there is an empty panel in the corner, you can only orient the panels tall, like this:
tallPanel|400

It would be nice if you could tell the editor to occupy the space by expanding horizontally instead, like this:
widePanel|400

notice that the empty panel (bottom left) is filled by the bottom panel, instead of the left panel.

If this enhancement will not be used often, can it be worked around with a few lines of script?

This isn't a showstopper, so there isn't really a workaround outside of scrolling more, and resizing panels more frequently.

This is a quality of life enhancement.

Is there a reason why this should be core and not an add-on in the asset library?

Because the dock is a core feature, and this would improve the general UI experience.

@hungLink
Copy link
Author

hungLink commented Jun 20, 2024

This could be implemented in conjunction with #10006

You could assign a tab to multiple panel positions (as long as those positions where orthogonal, and formed a filled rectangle), and it could expand into all selected positions. This would make for a very customizable and nice dock.

@Calinou Calinou changed the title panels expansion direction should be chosen by the user Allow editor docks to span multiple columns Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants