Skip to content

Add buttons for moving the terminal around #2430

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

Closed
MartinGC94 opened this issue Jan 21, 2020 · 3 comments
Closed

Add buttons for moving the terminal around #2430

MartinGC94 opened this issue Jan 21, 2020 · 3 comments
Labels
Area-UI Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs.

Comments

@MartinGC94
Copy link
Contributor

Add buttons for moving the terminal around

The ISE has buttons for moving the console/script pane around so you can quickly maximize one or the other, or put them side by side. This is a nice feature to have in situations where you want maximum screen space for the script pane, or want to look through a big list of objects in the console pane.

Proposed technical implementation details

Add 3 buttons in the tabs bar similar to the recently added Run and Run Selection buttons with the following built-in VS code functions:

  • "View: Move Panel Left" (Maybe add a setting that changes it to right instead of left?)
  • "View: Move Panel To Bottom"
  • "View: Toggle Panel"
@ghost ghost added the Needs: Triage Maintainer attention needed! label Jan 21, 2020
@rkeithhill
Copy link
Contributor

You can do this today with keyboard shortcuts:

[
    { "key": "ctrl+shift+a",     "command": "workbench.action.togglePanelPosition" },
    { "key": "ctrl+shift+q",     "command": "workbench.action.toggleMaximizedPanel" }
]

@SydneyhSmith SydneyhSmith added Area-UI Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs. and removed Needs: Triage Maintainer attention needed! labels Jan 21, 2020
@SydneyhSmith
Copy link
Collaborator

Thanks for making this request, I am going to mark this enhancement as up for grabs..if you chose to implement this looking at PR #2224 should give you a good starting place....thanks!

@MartinGC94
Copy link
Contributor Author

Fixed in: #2704

@ghost ghost added the Needs: Maintainer Attention Maintainer attention needed! label May 19, 2020
@TylerLeonhardt TylerLeonhardt removed the Needs: Maintainer Attention Maintainer attention needed! label May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-UI Issue-Enhancement A feature request (enhancement). Up for Grabs Will shepherd PRs.
Projects
None yet
Development

No branches or pull requests

4 participants