Skip to content

3.3.0

Compare
Choose a tag to compare
@bobbylight bobbylight released this 26 Sep 02:31
· 67 commits to master since this release

Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.3.0). This release brings the following changes:

Highlights

馃巵 Modern fold icon appearance

Added a new, modern appearance for the code folding region of the gutter, mimicking editors such as VS Code. The appearance of the code folding region can be toggled back to the previous, "classic" appearance, or further customized to your own liking, via the API:

"Modern" style
"Classic" style

馃巵 "Armed" fold icon color

Theme and API support allow for specifying a different color for "armed" code folds. This results in a more visually pleasing, interactive UI. All built-in themes have been modified to take advantage of this feature (#460):

馃巵 Protobuf syntax highlighting and code folding

Added protobuf syntax highlighting and code folding support (#446):

馃巵 Ruby syntax highlighting improvements

Ruby saw some small syntax highlighting improvements (#448, #449):

Notable Changes

  • Fix #449: (Ruby) Add missing Ruby keywords
  • Fix #448: (Ruby) Square brackets aren't supported in bracket matching
  • Fix #450: Add several missing MacOS keyboard shortcuts
  • Fix #446: Add Protobuf syntax highlighting and code folding
  • Fix #456: Setting the fold icon background color doesn't take effect immediately
  • Fix #453: (JavaScript) Keyword of is not syntax highlighted
  • Fix #454: Support Parsers that can't parse line by line
  • Fix #458: Modernize the fold icon appearance. Add toggle between the "classic" and "modern" appearances
  • Fix #459: Add API to hide expanded folds except on hover
  • Fix #443: Hyperlinks stoped working on 3.1.0+ (thanks @ThexXTURBOXx)
  • Fix #441: Control+Click opens popup on MacOS rather than going to definition
  • Fix #460: Support different foreground color for armed fold icons

See also tickets marked for this release.