Skip to content

Releases: donnyh13/Scite4AutoIt_LibreOffice_SpellChecker

v0.2.2 2026-08-31

Choose a tag to compare

@donnyh13 donnyh13 released this 31 Aug 23:09
e22c15a
  • Corrected wrong syntax parameters in Au3 headers.
  • Fixed wrong lua dot vs colon usage.

v0.2.1 2026-08-28

Choose a tag to compare

@donnyh13 donnyh13 released this 28 Aug 23:06
8fb98f1

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

Choose a tag to compare

@donnyh13 donnyh13 released this 23 Aug 21:02
cea9b29
  • 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

Choose a tag to compare

@donnyh13 donnyh13 released this 01 May 22:01
a2b24b0

Fixed broken word replacement function.

v0.1.0 Release

Choose a tag to compare

@donnyh13 donnyh13 released this 26 Apr 17:14
0735fc1

** 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

Choose a tag to compare

@donnyh13 donnyh13 released this 23 Apr 15:40
9cceea9

First release of the spell Checker.