Releases: FXMisc/RichTextFX
Releases · FXMisc/RichTextFX
0.6 release
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
This release fixes typing characters using AltGr on Windows.
0.5 release
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
Bugfix release.
0.4.3 release
- 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
Bugfix release.
0.4.1 release
This is a bugfix release.
0.4 release
The big news in this release is performance improvement, due to switching from ListView to Flowless.
0.3 release
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
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.