0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.55k stars 469 forks source link

[Feature request] Add an option to always maximize scroll bar #1285

Open 909101 opened 6 months ago

909101 commented 6 months ago

Is your feature request related to a problem? Please describe. Now scroll bar will be automatically minimized when it is untouched. The problem is, when I want to use minimized scroll bar, i need to either: click on it once and then click again in order to drag it; or move mouse on it and wait a few second until it is maximized automatically. I know this feature makes scroll bar modern and good-looking, but maybe there could be an option to always maximize scroll bar.

Describe the solution you'd like Add an option to make scroll bar to be always maximized so that it can be dragged with just one click and no wait time.

Describe alternatives you've considered allow minimized scroll bar to be interactable (same function with maximized scroll bar.)

Additional context Thank you for your amazing work

0x7c13 commented 6 months ago

https://www.askvg.com/tip-how-to-always-show-scroll-bars-in-windows-10/

909101 commented 6 months ago

Thank you! That's a perfect solution, almost.

The only problem is, with this always maximized scroll bar,

P1

The last character of a line will be covered by scroll bar.

Add a 5-10 pixel padding between texts and scroll bar would be an easy solution, as far as I can think up.