bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

WIP: fix #546: Better word wrap for plain text #558

Open bobbylight opened 4 months ago

bobbylight commented 4 months ago

Proposed fix for #546. Use BreakIterator in PlainTextTokenMaker to ensure line wrapping is done in a per-locale, language-specific basis.

Remaining issues: