Changes between Version 4 and Version 5 of PadrePluginSpellCheck
- Timestamp:
- 02/26/12 13:07:36 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginSpellCheck
v4 v5 13 13 * requires Aspell 14 14 {{{#!text 15 $ sudo apt-get install aspell aspell-en15 $ sudo apt-get install aspell libaspell-dev aspell-en 16 16 }}} 17 17 * chech aspell is installed … … 19 19 $ aspell dump dicts 20 20 }}} 21 21 {{{#!text 22 $ cpanm -v http://cpan.metacpan.org/authors/id/H/HA/HANK/Text-Aspell-0.09.tar.gz 23 }}} 24 * check for current version. 22 25 === Text::Hunspell 23 26 * requires Hunspell 24 27 {{{#!text 25 $ sudo apt-get install hunspell 28 $ sudo apt-get install hunspell libhunspell-dev hunspell-en-GB 26 29 }}} 27 30 * chech hunspell is installed … … 29 32 $ hunspell -D 30 33 }}} 31 34 {{{#!text 35 $ cpanm -v http://cpan.metacpan.org/authors/id/C/CO/COSIMO/Text-Hunspell-2.03.tar.gz 36 }}} 37 * check for current version. 32 38 ==== Error / Info 33 39 * Any error message will be displayed in Padre Output panel.
