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

Add a command to activate next panel #7434

Closed
mlucool opened this issue Oct 28, 2019 · 3 comments
Closed

Add a command to activate next panel #7434

mlucool opened this issue Oct 28, 2019 · 3 comments
Labels
good first issue status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@mlucool
Copy link
Contributor

mlucool commented Oct 28, 2019

The main work area is great for having tabs in multiple groupings. Can we add a command with a keyboard shortcut active the next panel (sorry if my terminology is off).

This would toggle between 5 and 7 in this screenshot:
image

Using application:activate-next-tab would have togged 6 next.

@jasongrout
Copy link
Contributor

That sounds like a great idea to have a "jump to next panel" - of course which panel is next in a complicated layout might not be obviously the same for everyone, but I suppose any reasonable cycling is better than nothing.

Likely this would be a command implemented next to the activate next tab command:

commands.addCommand(CommandIDs.activateNextTab, {
label: 'Activate Next Tab',
execute: () => {
shell.activateNextTab();
}
});

and likely it would do something very similar - executing a shell method. The shell method could go next to the existing one and be similar:
activateNextTab(): void {

@jasongrout jasongrout added this to the Future milestone Nov 12, 2019
@jasongrout
Copy link
Contributor

Setting as a good first issue. Let us know if you'd like to have a go at doing this.

@tgeorgeux
Copy link
Contributor

Closing Via #7673

@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 6, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

3 participants