Skip to content

Releases: FXMisc/RichTextFX

0.6 release

09 Feb 02:53

Choose a tag to compare

This release uses the new version of Flowless, 0.4, which eliminates some previous layout and rendering problems. Everyone is recommended to update.

0.5.1 release

21 Oct 14:02

Choose a tag to compare

This release fixes typing characters using AltGr on Windows.

0.5 release

29 Sep 23:21

Choose a tag to compare

Changes in this release:

  • The infrastructure for skins and keyboard shortcuts was moved to a separate project, WellBehavedFX.
  • The project is now dual-licensed under BSD 2-clause license as well.
  • There are some minor changes to the default LineNumberFactory.

0.4.4 release

27 Aug 21:19

Choose a tag to compare

Bugfix release.

0.4.3 release

26 Aug 14:41

Choose a tag to compare

  • Added boolean toggle to use initial style for inserted (plain) text.
  • Fixed gaining focus on click beyond the paragraphs.
  • Updated dependency versions.

0.4.2 release

13 Aug 00:36

Choose a tag to compare

Bugfix release.

0.4.1 release

11 Jul 20:33

Choose a tag to compare

This is a bugfix release.

0.4 release

07 Jul 11:40

Choose a tag to compare

The big news in this release is performance improvement, due to switching from ListView to Flowless.

0.3 release

19 Jun 17:12

Choose a tag to compare

Changes in this release:

  • Added support for line numbers, or any graphic in front of each paragraph.
  • There has been a lot of refactoring in skin and behavior.

0.2 release

09 Jun 13:23

Choose a tag to compare

New in this release:

  • Improved positioning of a popup window relative to the caret or selection.
  • Support to get the index of the character under the mouse when the mouse pauses over the text. This is useful for custom tooltips.