Changes between Version 2 and Version 3 of PadrePluginSpellCheck
- Timestamp:
- 02/26/12 12:55:59 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginSpellCheck
v2 v3 1 [[PageOutline(1-4)]] 1 2 = PadrePluginSpellCheck-draft 2 3 4 == Padre Plug-in Manager 5 6 7 8 == Usage F7 9 * you can click on a suggested word to replace. 3 10 [[Image(ak001.png)]] 11 12 === Text::Aspell 13 * requires Aspell 14 {{{#!text 15 16 }}} 17 * chech aspell is installed 18 {{{#!text 19 aspell dump dicts 20 }}} 21 22 === Text::Hunspell 23 * requires Hunspell 24 {{{#!text 25 26 }}} 27 * chech hunspell is installed 28 {{{#!text 29 hunspell -D 30 }}} 31 32 ==== Error / Info 33 * Any error message will be displayed in Padre Output panel. 34 * SVN version violation information is displayed in the status bar. 35 36 === Miscellaneous 37 * 38 * 39 40 ---- 41 == Limitations 42 * 43 * 44 * 45 46 ---- 47 == {{{ToDo}}} 48 * 49 * 50 51 \\ 52 **{{{__END__}}}**
