Spell-checkers for RichViewEdit.
http://www.trichview.com

These files allow using third-party spell-checkers
to check RichViewEdit


1) For EDSSpell 7.0 by OneDomain, Inc
   http://www.onedomain.com
   (shareware spell-checker, Delphi component)
   Read instructions in RVEDSSpell.pas

2) For VSSpell 8.0 by ComponentOne LLC
   http://www.componentone.com
   (shareware spell-checker, ActiveX)
   (discontinued?)
   Read instructions in RVCOVSSpell.pas

3) For VSSpell 3.0 by Visual Components, Inc
   (shipped with some versions of Delphi, ActiveX)
   Read instructions in RVVCVSSpell.pas

4) For ASpell by Kevin Atkinson
   http://aspell.net/win32/
   (DLL, license: LGPL)
   Read instructions in RVASpell.pas

5) For LS Speller by Luzius Schneider
   (based on former work of Alexander Obukhov)
   http://www.luziusschneider.com/SpellerHome.htm
   Uses ISpell and MS Office (CSAPI) spell checkers.
   Read instructions in RVLSSpell.pas

5) For HunSpell
   (DLL, license: GPL/LGPL/MPL)
   http://hunspell.sourceforge.net/
   Requires DLL from http://www.trichview.com/resources/thirdparty/hunspelldll.zip)
   64-bit version of DLL: http://www.trichview.com/resources/thirdparty/hunspellx64.zip
   (and old version of this dll can be found in http://downloads.sourceforge.net/hunspell/delphi.zip)
   Read instructions in RVHunSSpell.pas
   HunSpell dialog can use TNT Controls. To enable, activate {$DEFINE USERVTNT} in RVHunSpell.pas.

5) For ExpressSpellChecker
   (shareware spell-checker, Delphi component)
   http://www.devexpress.com
   Read instructions in RVDXSpell.pas

6) For Polar SpellChecker Component 5.0
   (shareware spell-checker, ActiveX)
   http://www.polarsoftware.com/
   Read instructions in RVPolarSpell.pas


Parser for Addict 3 and 4 spell-checker
(http://www.addictive-software.com) can be downloaded from
http://www.trichview.com/resources/

v1.19.2, 2016-08-06 (ExpressSpell: compatibility with DevExpress VCL v16.1.3 (v2016 vol 1.3 - Released on 05 Aug 2016 ))
v1.19.1, 2016-01-29 (ExpressSpell: compatibility with DevExpress VCL v15.2.3 (v2015 vol 2.3 - Released on 28 Jan 2016 ))
v1.18.3, 2015-09-30 (fix: in XE2+, OnSpellFormAction was not called for Add-All and Ignore-All; TRVHunSpell is marked as 64-bit compatible)
v1.18.2, 2015-09-28 (ExpressSpell: compatibility with DevExpress VCL v15.1.4 (v2015 vol 1.4,- released on 27 Aug 2015, 64-bit compatibility)
v1.18.1, 2015-02-24 (ExpressSpell: compatibility with DevExpress VCL 14.2.4 (v2014 vol 2.3, released 05-Feb-2015)
v1.18, 2014-08-08 (hunspell - complete Unicode support in old versions of Delphi with the use of TNT Controls)
v1.17, 2014-01-25 (hunspell 64bit compatibility)
v1.16.2, 2012-09-19 (hunspell fix)
v1.16.1, 2012-03-22 (a new version of hunspelldll.dll is supported)
v1.16, 2011-11-30 (ExpressSpell supports TcxTRichViewEdit)
v1.15.2, 2011-08-30 (fixes in Hunspell)
v1.15.1, 2011-04-24 (fixes)
v1.15, 2011-03-20 (DialogShown property; skipping hidden text)
v1.14.2, 2011-01-01 (ExpressSpell: IgnoreList is public)
v1.14.1, 2010-10-22 (tweaks in ExpressSpell Word-style dialog)
v1.14, 2010-09-09 (DllDir property in HunSpell)
v1.13.1, 2010-01-21 (fix in HunSpell)
v1.13, 2009-09-17 (Polar Spell Checker Component)
v1.12.4, 2009-07-04 (RichViewApostropheInWord is supported in all spell checkers)
v1.12.3, 2009-04-22 (fix in ExpressSpell)
v1.12.2, 2009-03-09 (custom dictionary in HunSpell)
v1.12.1, 2009-02-28 (HunSpell and ExpressSpell improvements)
v1.12, 2009-02-05 (ExpressSpell, MS Word-style dialog)
v1.11.1, 2008-12-30 (HunSpell fix)
v1.11, 2008-09-30 (HunSpell support)
v1.10.1, 2008-09-27
v1.10, 2008-09-18 (Delphi 2009 support for ASpell)
v1.9.3, 2007-09-29 (fix, demo projects for ASpell, EDSSpell, LS Speller)
v1.9.2, 2007-09-14 (fix)
v1.9.1, 2007-07-21 (modification of word enumeration)
v1.9, 2006-06-10 (fix)
v1.8, 2004-09-14 (fix)
v1.7, 2004-09-08 (ASpell improvements)
v1.6, 2004-08-27 (ASpell improvements)
v1.5, 2004-08-18 (ASpell headers changed; LS Speller language management changed)
v1.4, 2004-08-04 (live spelling support, read instructions in the corresponding units; koi8 support for LSSpeller)
v1.3, 2004-01-03 (new: LS Speller)
v1.2, 2003-06-06 (updated: ASpell)