notepad4 icon indicating copy to clipboard operation
notepad4 copied to clipboard

Unicode Line Breaking Algorithm

Open zufuliu opened this issue 7 years ago • 2 comments

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.

zufuliu avatar Sep 01 '18 23:09 zufuliu

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/.

zufuliu avatar Mar 19 '19 00:03 zufuliu

self note: CSS link break rules at https://www.w3.org/TR/css-text-3/#propdef-line-break.

zufuliu avatar Dec 17 '21 23:12 zufuliu