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
trafficstars

Can you give some idea to solve this? Thanks for you answer. My UI hirarchy something like: Scrollpane->Swingnode->Rsyntaxtextarea

bug

**Description** the `CPlusPlusTokenMaker.flex` and `CTokenMaker.flex` can't parse header files correctly. like this: ![IMG_20220929_190938](https://user-images.githubusercontent.com/36750502/193019615-a057618b-88e6-46ec-8c12-6e7eef06abe0.jpg) **Expected behavior** Can correctly highlight header files. like this: ![IMG_20220929_191008](https://user-images.githubusercontent.com/36750502/193020437-4de8a786-5874-4c7d-97a2-78a47fe5e661.jpg) **Java version** openjdk-17 **Additional context** I can't...

bug

To provide LinkGenerator you should code something like this: ``` java editor.setLinkGenerator ( new LinkGenerator () { @Override public LinkGeneratorResult isLinkAtOffset ( final RSyntaxTextArea rSyntaxTextArea, final int i ) {...

enhancement

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

bug

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

bug

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

enhancement
syntax-highlighting

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

bug

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

bug
waiting-for-feedback