bobbylight
bobbylight
**Describe the solution you'd like** RSyntaxTextArea's fold indicator icons are standard squares and resemble the fold indicators in Visual Studio. Newer applications, such as VS Code, use a simpler, arrow-style...
**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...
… 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:...
Add syntax highlighting for Handlebars (and thus mustache).
When background painting for secondary languages (e.g. CSS or JS in HTML) is enabled, marked occurrences don't work in them. Looks like we are painting secondary language BG after marked...
Copied over from SourceForge: It would be handy to be able to add new keywords to existing language scanners, such as Java. This would allow users to leverage existing TokenMaker...
When a user pastes text into RSTA, newlines are normalized into \n. This is standard JTextComponent behavior. RSTA would be friendlier if it remembered the "right" newline between each line...
Right now, `org.fife.ui.rsyntaxtextarea.templates.CodeTemplate` is not terribly useful, because it only lets you insert static text and place the caret. `CodeTemplate`s would be much, much more useful if they behaved like...