0.10.2
This release features multi-release JAR files that are compatible with Java 8 and UP without the need for add-exports
or add-opens
JVM arguments.
Note that you still need to include the JAR files on the classpath irrespective of the Java version being used.
See the Changelog
Notable enhancement is the addition of a line highlighter API:
setLineHighlighterFill( Paint highlight )
setLineHighlighterOn( boolean show )
isLineHighlighterOn()
The highlighter can be styled via CSS using selectors from Path, Shape, and Node. For example:
.styled-text-area .line-highlighter { -fx-fill: lime; }
/* or */
.line-highlighter { -fx-highlight-fill: lime; }
Any added custom Selections can now also be styled via CSS using the selection's name.