RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
**Description** Even for the [example](https://github.com/bobbylight/RSyntaxTextArea#example-usage), CTRL + / does not add line comments **Expected behavior** Adding and removing of // at beginning of line for java. Adding and removing of...
**Describe the solution you'd like** A theme `org.fife.ui.rsyntaxtextarea.Theme` can be assigned to a `RSyntaxTextArea`, but not to a `RTextArea`. We should be able to apply a subset of the Theme...
**Describe the solution you'd like** Currently the editor does not show non-printable characters such as Control Characters (https://www.geeksforgeeks.org/control-characters/) **Additional context** Burp Suite (https://portswigger.net/burp/documentation/desktop/getting-started/download-and-install) which has been written in Java currently...
**Description** Navigating into a very long (70k) selected string using the mouse causes the editor to freeze for a long time. This happens also when word-wrap is not enabled and...
Hello! I would like to add a syntax highlight for simplified byteman (proper byteman grammar is immensely hard) Simplified byteman grammar is literally java grammar + few more keywords, eg:...
**Describe the solution you'd like** SyntaxConstants is now iface that contains constants of supported syntax styles. Would be far better to make it an enum, because: - it can be...
Greetings. I do use and love this library very much and I think its great. However, it seems to fall short for supporting complex languages like SQL or R where...
**Describe the solution you'd like** To have an action (akin to `convertTabsToSpaces()`) that would clear trailing spaces/tabs (and eventually also lines with only spaces/tabs). **Are there any workarounds?** I don't...
**Describe the solution you'd like** I would like to add syntax highlighting for a strange language that ignores whitespace, including newlines, in keywords and identifiers. Thus it is not possible...
This change creates the base for using fallback fonts. RSyntaxTextArea gets two new methods getFontForToken and getFontMetricsForToken and the code is updated to call these instead of the *ForTokenType versions....