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

Save and Reload multiple tabs (Like a profile) #11526

Open
abhay-ind opened this issue Oct 18, 2021 · 1 comment
Open

Save and Reload multiple tabs (Like a profile) #11526

abhay-ind opened this issue Oct 18, 2021 · 1 comment
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Area-User Interface Issues pertaining to the user interface of the Console or Terminal Issue-Task It's a feature request, but it doesn't really need a major design. Product-Terminal The new Windows Terminal.
Milestone

Comments

@abhay-ind
Copy link

Description of the new feature/enhancement

When developing an application, we need to run multiple servers simultaneously. The multiple tabs support is excellent, but re-running it again and again is monotonous. If a set of new tabs can be loaded on clicking on "Work" profile, then it will make the life easier for the developer. Much similar to collection feature of Postman.

Proposed technical implementation details (optional)

The first command to be executed on each tab needs to be provided while making the "Work" profile.

@abhay-ind abhay-ind added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Oct 18, 2021
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Oct 18, 2021
@zadjii-msft
Copy link
Member

Usually, I'd give a spiel about how this is related to #1571. Though, with #766, #756, #3992 all merged now, we should probably add an action to actually allow saving the layout.

There's kinda two ways this could be done:

  • the action pops up a ContentDialog with the json needed to restore this layout. You can then copy-paste that into your settings if you so choose.
  • The action pops up a ContentDialog with a text box to name the action, and then save it to your commands with that name? We can't do this IIRC, since ContentDialog's can't have an editable text box in Xaml Islands 😢
  • The action saves the layout as a command Open my tab layout({++N}) (with the autoincrementing N). This would go straight to the command palette, not to the new tab menu.

@zadjii-msft zadjii-msft added Area-Settings Issues related to settings and customizability, for console or terminal Area-User Interface Issues pertaining to the user interface of the Console or Terminal Issue-Task It's a feature request, but it doesn't really need a major design. Product-Terminal The new Windows Terminal. and removed Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. labels Oct 18, 2021
@zadjii-msft zadjii-msft added this to the Terminal Backlog milestone Oct 18, 2021
@zadjii-msft zadjii-msft modified the milestones: Terminal Backlog, Backlog Jan 4, 2022
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Jan 4, 2022
@zadjii-msft zadjii-msft removed the Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting label Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Settings Issues related to settings and customizability, for console or terminal Area-User Interface Issues pertaining to the user interface of the Console or Terminal Issue-Task It's a feature request, but it doesn't really need a major design. Product-Terminal The new Windows Terminal.
Projects
None yet
Development

No branches or pull requests

2 participants