Originally created by @Jaehaks on GitHub (Aug 16, 2024).
Is your feature request related to a problem? Please describe.
I like Vertical Stack layout for work, but it makes the additional window too small if I set window_container_behaviour is "Create" .
When I set window_container_behaviour to "Append", it stacks with full screen at initiation
Describe the solution you'd like
As dynamic layout switching, Can I set dynamic window_container_behaviour depending on the number of window?
For example, When I set Vertical Stack,
the new window attached with the rule of "Create" window_container_behaviour until 3 windows.
After than, the window_container_behaviour changes to "Append"
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Originally created by @Jaehaks on GitHub (Aug 16, 2024).
**Is your feature request related to a problem? Please describe.**
I like `Vertical Stack` layout for work, but it makes the additional window too small if I set `window_container_behaviour` is "Create" .
When I set `window_container_behaviour` to "Append", it stacks with full screen at initiation
**Describe the solution you'd like**
As dynamic layout switching, Can I set dynamic `window_container_behaviour` depending on the number of window?
For example, When I set `Vertical Stack`,
the new window attached with the rule of "Create" window_container_behaviour until 3 windows.
After than, the window_container_behaviour changes to "Append"
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Jaehaks on GitHub (Aug 16, 2024).
Is your feature request related to a problem? Please describe.
I like
Vertical Stacklayout for work, but it makes the additional window too small if I setwindow_container_behaviouris "Create" .When I set
window_container_behaviourto "Append", it stacks with full screen at initiationDescribe the solution you'd like
As dynamic layout switching, Can I set dynamic
window_container_behaviourdepending on the number of window?For example, When I set
Vertical Stack,the new window attached with the rule of "Create" window_container_behaviour until 3 windows.
After than, the window_container_behaviour changes to "Append"
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
@LGUG2Z commented on GitHub (Jan 23, 2025):
This is a nice idea now that I'm reading it again
@LGUG2Z commented on GitHub (Jan 26, 2025):
@Jaehaks this is finally implemented on the
masterbranch and will be part of the next release 🎉