This PR expands the zoom range of the zoom keybindings.
- Zooming via scroll wheel is unaffected (-10 to +20).
- Zoom in is "unlimited". (But everyone stops zooming eventually.)
- Zoom out stops when the font size reaches 2pt (limited by scintilla). Current behavior is to zoom out to -10 even when the font size doesn't change. So for a base font size of 10pt, the current behavior has the last three zoom levels (-8, -9, -10) set at 2pt. This PR stops at -8. But if the base font size is 16pt, zoom out with this PR continues to -14.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2955
Commit Summary
File Changes
(1 file)
Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.