Precompiled jars are available in Maven Central (com.fifesoft:rsyntaxtextarea:3.5.3
). This is primarily a bugfix release, but we also bump the minimum JDK version required to build to JDK 17. RSTA will continue to build targeting Java 8 until our upcoming 4.0 release.
Notable Changes
- RSTA now builds with Java 17. It still runs on Java 8 and later. The upcoming 4.0 release will target Java 11+
- #577 Avoid showing
MatchedBracketPopup
if RSTA instance isn't in focus (@ivanschehl) - Fix #541: Line numbers resize when getting a new document
- Fix #581: Overzealous Mark Occurrences for single characters
- Fix #581: Periods and commas marked in "Marked Occurrences"
- Fix #585 FileTypeUtil should identify Rust files
See also tickets marked for this release.