| Version 6 (modified by bowtie, 15 months ago) (diff) |
|---|
PadrePluginSpellCheck-draft
Padre Plug-in Manager
Usage F7
- you can click on a suggested word to replace.
Engine's
Text::Aspell
Outline
$ sudo apt-get install aspell libaspell-dev aspell-en
chech aspell is installed
$ aspell dump dicts
install current version.
$ cpanm -v http://cpan.metacpan.org/authors/id/H/HA/HANK/Text-Aspell-0.09.tar.gz
Text::Hunspell
Outline
$ sudo apt-get install hunspell libhunspell-dev hunspell-en-GB
chech hunspell is installed
$ hunspell -D
install current version.
$ cpanm -v http://cpan.metacpan.org/authors/id/C/CO/COSIMO/Text-Hunspell-2.03.tar.gz
Error / Info
- Any error message will be displayed in Padre Output panel.
- SVN version violation information is displayed in the status bar.
Miscellaneous
Limitations
ToDo
__END__

