Skip to content

v0.1.0 Release

Choose a tag to compare

@donnyh13 donnyh13 released this 26 Apr 17:14
· 17 commits to main since this release
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.