RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
would it be possible to make the line spacing configurable? It seems to work when using a factor in RSyntaxTextArea.getLineHeight(), as in ``` class RSyntaxTextArea ... { float lineSpacingFactor =...
I release there was some talk about Block Selection in the past, was there ever a conclusion about this with the move to newer Java versions?
Hi, I wanted just to thank you for you amazing work. I am using your library to build [kanvas](https://github.com/ftomassetti/kanvas) in Kotlin. For now I am basically defining simple editors for...
Hi, I wanted to resize font of the text area on a CTRL+{mouse wheel}. Important part is to **show a tooltip** with the zoom percent on a fixed location (or...
Happens fairly consistently in a custom application. I can get it to happen in RText off latest release. Specifically using Python folding, but I'm pretty sure that shouldn't matter. ...
Hello, I am using RSyntaxTextArea in a JavaFX project, and i have a problem when entering the character "{" in the TextArea, it does nothing does not enter it ,,something...
Feature request is extremely niche, but required for an application I develop. Users are presented with a code editor that acts like a function - there's a fixed function definition...
XML is often used in templating contexts, with values being replaced by other information that's available externally. This need became apparent while working with JMeter, which uses ${..} as template...
It would be nice to have a syntax style for java bytecode. Bytecode text generated by ASM looks like this: ```bytecode // class version 50.0 (50) // access flags 0x21...
I noticed that for large documents, there was a noticeable delay when there are a lot of hits and marking occurences is ON and you do a search. Made some...