-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Polish affordance to maximize panel #22135
Comments
These icons are currently in the VS style, I tried converting them to VS Code sytle icons but failed using @chryw utils methods here. The scripts ask me for input and output for which I give absolute paths on my mac but this produces no effect. What am I doing wrong here? The downside of these icons is that the plus could be confused with the plus to add a terminal. ping @bpasero @Tyriar @chrisdias @stevencl for feedback |
Yeah that idea I describe in my comment also in the last paragraph. |
Do we want all three, I wonder. We already have actions there and would probably end up with more than 3... |
We'll we do not want all three since minimize and close are the same in our context. |
Ah ok I was thinking that minimize would put the panel into the minimal height it can have instead of closing. |
Don't use { "key": "ctrl+k p", "command": "workbench.action.files.copyPathOfActiveFile" } The VS icons are a much better choice than If we need I can write some SVGs in the style of the VS restore/maximise icon. |
I actually like the idea of using |
I like ^ and v for expand/collapse a panel that's on the bottom. I can make the icons. Just want to double check (sorry not a frequent VS Code user), is the panel always docked to bottom? BTW @isidorn the path didn't work probably because I used a dirty quick workaround to turn "" into "/" for Windows' sake. You can get rid of the replace if you're already on unix environment. |
@chryw the panel is always docked to the bottom, however that may change in the coming months. If we did go with |
@chryw I agree with @Tyriar point about possibly rotating. So let's go ahead and create those icons. Keep in mind that we previously already had a |
@isidorn |
@chryw Maybe the second one's size with the first one's weight? For reference here's a screenshot from an older version with the older icon: |
Let's try these - |
Currently there is only the action
View: Toggle Maximized Panel
in the command paletteThe text was updated successfully, but these errors were encountered: