RSyntaxTextArea
RSyntaxTextArea copied to clipboard
A syntax highlighting, code folding text editor for Java Swing applications.
Control Click Opens Popup rather than goining to definition
I am using RSyntaxTexArea with "js" language support. Prior to version 3.1 **Ctrl + Click** on any variable moved cursor to its definition, but in 3.2.0 **Ctrl+Click** opens defualt popmenu...
I need a SASS/SCSS Syntax Highlighting Lexer. Has anyone written one? If not... what's the easiest way to do it? Steve
Switch-Case folding for Arduino IDE
I've been told this is the best place to ask for a folding feature for each case of a switch in the Arduino IDE...
Avoid loading fonts when first creating an RSyntaxTextArea
Hello, Currently whenever I create an RSyntaxTextArea it will always load its default font (Consolas on my system). This causes a brief stall when it has to load the font...
Autocompletion window (Fx & Swing)
When I try to display the autocompletion window it goes back of my FX window, I tried everything but with no result ! [Here is what I get.](https://user-images.githubusercontent.com/37023273/62036002-35d69200-b1f1-11e9-9f3a-7ce6b46fbabf.png) Thanks in...
**Description** The `org.fife.ui.rsyntaxtextarea.DocumentRange` class should be in the sister `rtextarea` package. It might live in the wrong place due to a refactoring a while ago. Note this doesn't impact the...
Whenever any code pasted on `RSTA` with `setAutoIndent(true)`, it only auto indents the first line of the code, the others don't receive indentation. Also, it would be good if there...
**Describe the solution you'd like** Use https://github.com/vlsi/github-actions-random-matrix for GitHub Actions matrix generation For instance, parameters like `headless=true|false`, `os=linux|windows`, `java=8|11|17`, `timezone=...`, `coverage=collect|ignore` are hard to configure manually as it would result...
… line height configurable when word wrap is NOT enabled. Line number list is also updated. Fold indicators do *not* currently work properly - they only update in the demo...
**Describe the solution you'd like** Add code folding for Ruby. Ruby's a little different syntactically when parsing out foldable regions, but this seems like the simplest approach that would work:...