rizonesoft / Notepad3

Notepad like text editor based on the Scintilla source code. Notepad3 based on code from Notepad2 and MiniPath on code from metapath. Download Notepad3:
https://www.rizonesoft.com/downloads/notepad3/
Other
4.79k stars 323 forks source link

Notepad3 doesn't update/recognize changes to mouse's scroll values until restarted #5223

Open GitKopfkino opened 1 week ago

GitKopfkino commented 1 week ago

Until restarted, Notepad3 doesn't update or recognize any changes made to the mouse's scroll value of how many lines at a time should 1 notch scroll. The value set at the moment Notepad3 is open, will remain the same until it restarts (is closed, and opened again).

Changing this, to a check on window refocus, would be beneficial. However, a more complex implementation would allow for the use of scripts which change/toggle the scrolling value on the fly.