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

I think RSyntaxtTextArea is missing a parameter where we could specify if occurrences marking should be case sensitive or insensitive. I think it misses this functionality, am I right?

waiting-for-feedback

1 | {} =============== 1 | { 2 | } ![bug](https://user-images.githubusercontent.com/30283420/106838793-e9b6b880-66d7-11eb-8cfc-ab2434f101b9.gif)

enhancement

Is there any possibility that the project could be extended to support the Language Server Protocol to make it easier to incorporate new languages?

question

In my case editor has a long line containing 3 million or more characters without any blank or line feed. When I scroll to the end of the line and...

enhancement

There are some projects such as [Jadx](https://github.com/skylot/jadx) which utilizes this project for showing Java/Smali code, but as of now there is no Smali syntax highlighting support.

enhancement
syntax-highlighting

OK, this is high priority for me... I have a simple RSyntaxTextArea in an RTextScrollPane in a JInternalFrame in a JDesktopPane where I can't type anything. Adding a KeyListener directly...

Since syntax highlighting for Markdown was recently added (#291 ) I thought I would also put up a vote for adding highlighting for [asciidoc](https://asciidoc.org/). I've actually seen several projects move...

enhancement
syntax-highlighting

After digging through the code a bit, as well as the forums, I found that there are some issues with handling the ctrl-slash shortcut to toggle comments, and slash end-tag...

Very impressed with RSyntaxArea so far. Thanks for this project. I'd be curious if there's any interest in adding support for syntax highlighting of XML namespaces. The idea here is...

enhancement
syntax-highlighting