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

Improve working with identically numbered (multiple) workspaces #5157

Open
wants to merge 8 commits into
base: next
Choose a base branch
from

Conversation

jtaala
Copy link
Contributor

@jtaala jtaala commented Sep 23, 2022

Fixes #4452
Improves #4578

Building on the great work by @rsgowman, this PR implements PR #4578 and improves it by adding the following:

  • the last activated workspace of identically numbered workspaces (e.g. 2a, 2b, 2c) will be remembered and prioritised when switching from another workspace number.

rsgowman and others added 8 commits October 11, 2021 23:01
eg if you have workspaces: { 1, 2:a, 2:b, 3 } and are on workspace 1,
then 'workspace next' should traverse 1 -> 2:a -> 2:b -> 3 -> 1 instead
of 1 -> 2:a -> 3 -> 1.
…) will now iterate through other

workspaces with the same number (e.g. 1a, 1b, 1c).
… 1c, etc) switching to it by number will switch to the last activated workspace for that number.
clicking on a workspace now sets the last one for that workspace group).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No skipping number-colliding workspaces with workspace next/prev
2 participants