Releases: donnyh13/Scite4AutoIt_LibreOffice_SpellChecker
Releases · donnyh13/Scite4AutoIt_LibreOffice_SpellChecker
Release list
v0.2.2 2026-08-31
v0.2.1 2026-08-28
Changed
- Changed the fourth parameter passed to AutoIt script from a Boolean to a String.
- Attempted to simplify the AutoIt Script.
- Moved some repeated lua variables to top of script file for easier modification.
Documented
- Corrected wrong version numbers in Changelog.
- Attempted to add better Documentation comments.
Fixed
- Wrong file being created if it didn't exist.
- Wrong lua dot vs colon usage.
- Buggy timer usage.
v0.2.0 2026-08-23
- Added check for caret being elsewhere than the editor
- Fixed accented letters not being recognized.
- Fixed wrong links in documentation.
- Fixed single word checker not removing margin marker.
v0.1.1
v0.1.0 Release
** Added **
- Spell Checker now can mark lines with misspelled words using a Margin marker also.
- Single Word check now will check the currently selected word.
- Script check now will be restrained to a selected portion if a selection exists.
- ClearSpChk function will now clear only a selection if one exists.
- ClearSpChk function now also clears the new Margin Markers also.
- Selected words that are single word spell checked can also be replaced using the drop down.
** Fixed **
- Some apostrophied words not being correctly selected, such as "I'll".
- Some markings incorrectly included as part of the word at the beginning or end, such as dashes, quotations etc.
- Two if blocks in the program were incorrectly testing for nill, instead of nil.
** Changed **
- Rewrote the word recognition method to work better and quicker.
- Seconds read out at end of Script is now maximum 4 characters long.
- Words to spell check are now directly written to the file, instead of to a table and then to a file, saving several milliseconds.
Initial Release 0.0.1-alpha
First release of the spell Checker.