Skip to content

Releases: FXMisc/RichTextFX

0.10.3

27 Nov 13:09
Compare
Choose a tag to compare

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 the following API:

append( SEG seg, S style )
insert( int position, SEG seg, S style )

getParagraphGraphic( int parNdx )
recreateParagraphGraphic( int parNdx )

setParagraphInsertionStyle( PS paraStyle )
setTextInsertionStyle( S txtStyle )

0.10.2

29 Aug 09:44
Compare
Choose a tag to compare

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.

0.10.1

20 May 14:05
Compare
Choose a tag to compare

This release also has 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

Note All deprecated methods and properties have been removed in this release !

0.10.0

18 Apr 10:40
Compare
Choose a tag to compare

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

0.9.3

01 Mar 14:06
4a645c5
Compare
Choose a tag to compare

See the Changelog

0.9.2

25 Nov 07:29
cc11721
Compare
Choose a tag to compare

See the Changelog

0.9.1

16 Jul 16:17
357095a
Compare
Choose a tag to compare

This is my last release. See #768 for more details.

See the Changelog

0.9.0

12 Apr 22:20
15eb602
Compare
Choose a tag to compare

See the Changelog

v0.8.2

29 Jan 19:01
7015a2a
Compare
Choose a tag to compare

Minor release

See the CHANGELOG

v0.8.1

27 Oct 06:07
Compare
Choose a tag to compare

Minor release that adds documentation to all public classes and methods as well as package-info.java files.

See CHANGELOG