RSyntaxTextArea icon indicating copy to clipboard operation
RSyntaxTextArea copied to clipboard

A syntax highlighting, code folding text editor for Java Swing applications.

Results 169 RSyntaxTextArea issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

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

bug

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

bug
waiting-for-feedback

`RSyntaxUtilities` has several methods that are no longer used outside of unit tests. Identify these and remove them.

enhancement

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

bug

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

bug

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

bug

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

enhancement