Skip to content

3.0.2

Compare
Choose a tag to compare
@bobbylight bobbylight released this 13 Jan 04:34
· 417 commits to master since this release

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.