RapidSpell Desktop Java Release Notes
v3.2
Improvements
- Make Change and Change All buttons disabled when there are no spelling suggestions, until user enters a correction
- As you type underlining bug fix
- As you type handle paste better
- As you type handle ignore once from dialog better
v3.1
Breaking Changes
- UserDictionary.readAll has changed to accept ArrayList<String> as a parameter, if you have a subclass of UserDictionary (eg for a database based user dictionary), please change your subclass to use ArrayList<String> in the readAll method arguments
- Added RapidSpellAYTGUICoupler class to synchronize RapidSpellGUI and RapidSpellAsYouType, see documentation for the GUI spell checker for usage.
- Add ignore once to as you type suggestions menu.
- Support for JDK 1.6+
Improvements
- Updated dictionary files, please update your copy of RapidSpellMDict.jar and *.dict files if you are using them
- Improve suggestions
v3.0
Improvements
- Java FX support with native FX dialog and JAR
- Undo added
- Multiple textbox support added to dialog mode spell check
- Dictionary caching
- URL/email ignoring (optional)
v2.2
Improvements
- RapidSpellGUIDialog class added, extends JDialog instead of JFrame like RapidSpellGUI
- New memory optimization properties added
- Improved as you type performance in large documents
- It is now possible to customize the popup suggestions menu, and to control underline painting
- Improved suggestions for short (2 or 3 letter) words
- XML/HTML support added to RapidSpellAsYouType
v2.1
Improvements
- Improvement in multiple text box checking
- Added as you type spell checking
- Improvement in word lookup check speed
- Improvement in phonetic suggestions speed
- New alternative ‘hashing' suggestions method added, runs upto 40x faster than phonetic suggestions
- New methods for behaviour customization
- More accurate dictionaries
- New Dict dictionary files allow runtime dictionary swapping
- XML/HTML support
- Built-in UI texts for French, German, Italian and Spanish