Changes between Version 5 and Version 6 of PadrePluginSpellCheck
- Timestamp:
- 02/26/12 13:32:08 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginSpellCheck
v5 v6 9 9 * you can click on a suggested word to replace. 10 10 [[Image(ak001.png)]] 11 11 ---- 12 == Engine's 12 13 === Text::Aspell 13 * requires Aspell 14 Outline 14 15 {{{#!text 15 16 $ sudo apt-get install aspell libaspell-dev aspell-en 16 17 }}} 17 * chech aspell is installed 18 19 chech aspell is installed 18 20 {{{#!text 19 21 $ aspell dump dicts 20 22 }}} 23 24 install current version. 21 25 {{{#!text 22 26 $ cpanm -v http://cpan.metacpan.org/authors/id/H/HA/HANK/Text-Aspell-0.09.tar.gz 23 27 }}} 24 * check for current version. 28 25 29 === Text::Hunspell 26 * requires Hunspell 30 Outline 27 31 {{{#!text 28 32 $ sudo apt-get install hunspell libhunspell-dev hunspell-en-GB 29 33 }}} 30 * chech hunspell is installed 34 35 chech hunspell is installed 31 36 {{{#!text 32 37 $ hunspell -D 33 38 }}} 39 40 install current version. 34 41 {{{#!text 35 42 $ cpanm -v http://cpan.metacpan.org/authors/id/C/CO/COSIMO/Text-Hunspell-2.03.tar.gz 36 43 }}} 37 * check for current version. 44 45 ---- 38 46 ==== Error / Info 39 47 * Any error message will be displayed in Padre Output panel.
