-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Zoom In/Out should not modify whole window. #1348
Comments
Don't agree: the current zoom behavior is exactly what I want. You can always change the |
@alexandrudima assigning to you because of the short cut request. |
I should add though, thanks to the new persisted |
+1 |
+1 Please map ctrl+- to editor view, or better yet, whichever view has focus. |
I would really like to be able to set CTRL+/- to increase I recently looked into hacking this out in an extension, only to find out that it's basically impossible to set a user preference via an extension (which makes sense), so it appears there's currently no way to do this. |
-- Sorry for the English, I used Google Translator -- Based on issue #14979 with comment. 1- Ctrl + + It should zoom in on the editor, the file we're moving, not the zoom of the whole program. 4- Ctr + +, Ctr + - should work the same way when we use "editor.mouseWheelZoom", by only zooming the file. And using Ctrl + 0 returns to the default. 5- Ctr + = You should do nothing. The zoom continues. You must unlink this function. These shortcut keys should be valid for both numeric and non-numeric keys. In the menu you should change the registration Why not set specific sizes for the UI? Maybe some problems mentioned by @alexandrudima would decrease!!
Example: Small, Normal, Large, Extra large. To set proportions, do a search with someone who uses sizes other than their normal size. |
This feature request will not be considered in the next 6-12 months roadmap and as such will be closed to keep the number of issues we have to maintain actionable. Thanks for understanding and happy coding! |
Editor window should not be modified when zooming in/out.
Instead of that, just code rows (.view-lines div) should be scaled (transformed or font resized).
This is kind of shortcut for resizing, does not mean anything.
And sure, kind of zoom status should be displayed at the bottom status bar.
The text was updated successfully, but these errors were encountered: