RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
Can you give some idea to solve this? Thanks for you answer. My UI hirarchy something like: Scrollpane->Swingnode->Rsyntaxtextarea
**Description** the `CPlusPlusTokenMaker.flex` and `CTokenMaker.flex` can't parse header files correctly. like this:  **Expected behavior** Can correctly highlight header files. like this:  **Java version** openjdk-17 **Additional context** I can't...
To provide LinkGenerator you should code something like this: ``` java editor.setLinkGenerator ( new LinkGenerator () { @Override public LinkGeneratorResult isLinkAtOffset ( final RSyntaxTextArea rSyntaxTextArea, final int i ) {...
The bug reproducable, exists even in the demo app on the project page. Steps to reproduce the bug: 1. Load / Paste any text. 2. Place a bookmark somewhere 3....
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.....
Hello RSyntaxTextArea Maintainers, I'm writing to suggest adding PowerShell syntax highlighting to RSyntaxTextArea. PowerShell is increasingly important for automation and configuration, and its inclusion would benefit developers and enhance the...
# Pullrequest for issue #536 **Description** There is a bug when using `SearchEngine.find(...)` . The problem is, that `getFindInText()` is called before the marking and if there is no text...
**Description** There is a bug when using `SearchEngine.find(...)` . The problem is, that `getFindInText()` is called before the marking and if there is no text after the cursot (Caret), a...
`ErrorStrip` does not expose a way to change how markers are painted (for example, to draw them with a "flat" UI style). To change the painting style you must make...
**Description** Chinese characters render as question marks. **Steps to Reproduce** Specific steps to reproduce the behavior: 1. Let RSTA render chinese text in some way (in my case, loading it...