3.2.0
Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.2.0
). This release brings the following changes:
Highlights
🎁 Configurable "active" line number color
The color used for the line number of the currently active line is now configurable programamatically and via the Theme API (#414, #426):
🎁 Mouse selection improvements
Double-click and triple-click-and-drag should increase the selection by word and by line, respectively (#59):
Notable Changes
- Fix #414: Make Gutter's "active" line number color configurable programmatically (thanks @omegaui)
- Fix #426: Make Gutter's "active" line number color configurable via the
Theme
API - Fix #424: Unit tests should run cleanly when running headlessly
- Fix #59: Double-click and triple-click-and-drag should increase the selection by word and by line, respectively
- Fix #434: CI builds should build on multiple Java versions (currently 8, 11, 14, 17) to sniff out possible future issues
- Fix #206: Custom
TokenMaker
does not take effect with some Document/RSTA constructor orders - Fix #149: Mark occurrences problem with line wrap is enabled
- Fix #428: Fix BLE in SearchEngine (thanks @paul-griffith)
- Fix #438:
TokenImpl.isComment()
is not correctly identifying comment tokens in markup languages - Fix #425: Add Automatic-Module-Name (thanks @boessu)
See also tickets marked for this release.