3.0.2
Precompiled jars are available on SourceForge and Maven (com.fifesoft:rsyntaxtextarea:3.0.2
). This release includes the following changes:
- When editing CSS, Ctrl+/ now toggles comments (using
/*
and*/
) - Fixed a bug in the toggle comment action, that messed up syntax highlighting for languages that had a start- and end-token specified for line comments (e.g. CSS)
- Made
TokenImpl.toString()
not throw a NullPointerException if is a non-paintable token.