RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
**Describe the solution you'd like** I'd like to set the syntax based on a custom `TokenMaker` with a specific syntax style key that is assigned both to the `RSyntaxTextArea` and...
To render ligatures, but also support our "system selection" property where selected text is a different color, we need to update the token painting for partially-selected tokens. We need to...
This is the fix for the issue #555
**Description** There is a bug when using `SearchEngine.find(...)` . The problem is, thata `new SearchResult()` is returned if there is no text after the cursot (Caret). This leads to a...
**Description** In SyntaxView method viewToModel, the call to getTokenListForLine may return null and the following usage of the returned tokenList an NullPointerException. (line 975 and 977). **Steps to Reproduce** We...
`RSyntaxUtilities` has several methods that are no longer used outside of unit tests. Identify these and remove them.
**Description** When you edit a txt file and line wrap is enabled, it can happen in an unfavorable case that a comma or other punctuation mark is at the beginning...
**Description** Please see the attached video. **Bug 1 (at 00′17″ in the video):** All occurrences of the search term "555" are marked, although "Mark occurrences" has been disabled. **Bug 2...
Sorry for the duplicate, but bug #511 is marked closed since it took a long time for me to get around to creating a self-contained example. The final comment requested...
Hi, Is there a standard way to show a kind of "error wave" under some portions of text in a RSyntaxTextArea ? If no, do you know how I could...