Hi all,
I'm happy to announce Spell Check 0.3.
This release brings some major usuability and speed improvements. You need at least Geany 0.16 for Spell Check 0.3.
New features: * Reduce the delay to half a second to make checking while typing smoother. * Display a pulsing progressbar to show progress while checking large documents. * When replacing a misspelled word with a suggestion, add this replacement to the spell checker to remember it in further checks. * Remove the limit of showing a maximum of 10 suggestions, instead add sub menus for more suggestions if available, similar to what 'gtkspell' does. * When using 'Ignore All', add the word to ignore to the enchant session list to really ignore it for further checks, too. * Check the Scintilla lexing style for the word to check and skip any further checks if the word is not a comment, string or has any other style which belongs to the filetype language of the current document. This makes the whole plugin much more useful, eliminates many false positives and increases speed a lot.
All details and downloads can be found on http://plugins.geany.org/spellcheck/
Direct download link: http://plugins.geany.org/spellcheck/spellcheck-0.3.tar.bz2
Happy spelling, Enrico