XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Scrolling broken in version 904 #77

Closed engelhro closed 10 years ago

engelhro commented 10 years ago

In the most recent version (4.2.25.904) scrolling in a text file via the "down arrow" key is broken when wrapping long lines is activated and the cursor is positioned at the first column. The editor stops at the first such line - to go further down, you either have to use the mouse, or to temporarily leave the first column.

This used to work in the previous versions, so it's clearly a recently introduced bug. Thanks for fixing it!

XhmikosR commented 10 years ago

This was a Scintilla bug fixed in https://github.com/XhmikosR/notepad2-mod/commit/8233716c48e81c9e6716cc39b7b884ad0d8c0e3f. I just released a new version with this patch included.