zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.6k stars 184 forks source link

[Feature Request] word wrap improvement: make the current line visible after word wrap state change #693

Open 25minutes opened 1 year ago

25minutes commented 1 year ago

After I trun on word wrap, the current line often moves out of the display area. I have to scroll the document to find it again. It would be convenient if it can automatilly "goto" the current line after word wrap state change.

zufuliu commented 1 year ago

Related to #692, can be implemented for small file when parallel wrap block is implemented.