RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
First of, thanks for the great project, it has been very helpful to me on multiple occasions already! I'm currently writing a viewer for a certain Domain Specific Language inside...
**Describe the solution you'd like** I'm using visual studio and it has this virtual text hints (i'm not sure the correct word), which are used for some meta information about...
**Describe the solution you'd like** I need to use RSyntaxTextArea to parse and process HTTP packets. **Are there any workarounds?** Not support now. **Additional context** For example, the Github editor...
**Description** When a line with two forward slashes is loaded into the RSyntaxTextArea via setText, it corrupts the rest of the line. **Steps to Reproduce** Create a RSyntaxTextArea on version...
**Description** - When a value contains a section-like sequence of characters (for example `a=[1,2,3]`), they are recognized and rendered as an ini-section token and I think it shouldn't be that...
his PowerShell lexer can identifies each of the standard **cmdlets**(built-ins) by **verbs** and also any **cmdlets created by the user** that are correctly `Verb-Noun` format. I also **wrote test case**...
Using custom registered font, `setFont()` is not working, but `getFont*()` overridden makes it work
_Hello, thank you for your work on this great library!_ **Description** Using `setFont()` on `RSyntaxTextArea` is not working for registered font (or for any unclear root cause), the custom font...
**Describe the solution you'd like** Column selection needed,support a key map,like: command + shift + option **Are there any workarounds?** Are there any workarounds for folks while this feature is...
**Description** Editor freezes for several seconds when editing or moving around in large documents **Steps to Reproduce** 1. Open a larger file (I normally work with SQL Files, 30-40K lines...