RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
Fixes #221
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?
1 | {} =============== 1 | { 2 | } 
Is there any possibility that the project could be extended to support the Language Server Protocol to make it easier to incorporate new languages?
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...
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.
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...
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...