Word wrap is done at char boundaries for long tokens
A syntax highlighting, code folding text component written in Swing
Brought to you by:
robert_futrell
Word wrapping is done at word boundaries most of the time, but for "long" tokens (tokens that can have embedded whitespace, such as comments), wrapping is done at char boundaries.. The fix fort his will be in WrappedSyntaxView.java, starting at line 99.
This is now tracked on GitHub here:
https://github.com/bobbylight/RSyntaxTextArea/