notepad4
notepad4 copied to clipboard
Unicode Line Breaking Algorithm
See https://github.com/XhmikosR/notepad2-mod/issues/224 and https://sourceforge.net/p/scintilla/feature-requests/1223/ and https://github.com/rizonesoft/Notepad3/issues/1060.
commit https://github.com/zufuliu/notepad2/commit/ac1269c4a4aa3ffd51e9ff6dc23413dee57317c3 added a automatic word wrap mode which is preferable for most user including CJK, but may has performance issue on large file or long line text.
The proper algorithm for word wrap is the "Unicode Line Breaking Algorithm" at http://www.unicode.org/reports/tr14/.
self note: CSS link break rules at https://www.w3.org/TR/css-text-3/#propdef-line-break.