Line Wrap improvement
A syntax highlighting, code folding text component written in Swing
Brought to you by:
robert_futrell
When the RSyntaxTextArea has one line with many characters (more than 15 000) and has the "Line Wrap" option enabled, using the option "Select All" takes too much time to select all the text. Trying to use the scroll bar with all the text selected also takes too much time. Navigating the text with the arrow keys up and down takes more time than normally would. Editing the text or navigating with the arrow keys left and right takes the normal time.
This is now tracked on GitHub.
https://github.com/bobbylight/RSyntaxTextArea/issues/41