-
Notifications
You must be signed in to change notification settings - Fork 29
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
Swap windows #32
base: master
Are you sure you want to change the base?
Swap windows #32
Conversation
Hey @azarakovskiy, Thanks for the PR. In general I like the idea of being able to swap two windows, but I find the usage a bit complicated. I wonder if there's a more intuitive / simpler way to approach this. One way to validate it is to write documentation on how to use the feature, I think the current implementation requires quite some explanation for others to understand. I'll give it some thought, but feel free to come up with a simpler approach as well. Apart from that:
But I would park these until after a more intuitive approach is found :) |
A function that swaps two windows.
The issue i'm solving is the following:
Implementation: