NAME

Padre::Plugin::SpellCheck - check spelling in Padre

DESCRIPTION

This plugins allows one to checking her text spelling within Padre. It is using Text::Aspell underneath, so check this module's pod for more information.

Of course, you need to have the aspell binary and dictionnary installed.

PUBLIC METHODS

Standard Padre::Plugin API

Padre::Plugin::SpellCheck defines a plugin which follows Padre::Plugin API. Refer to this module's documentation for more information.

The following methods are implemented:

padre_interfaces()
plugin_name()

Spell checking methods

  • spell_check()

    Spell checks the current selection (or the whole document).

BUGS

Please report any bugs or feature requests to padre-plugin-spellcheck at rt.cpan.org, or through the web interface at "/rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin- SpellCheck" in http:. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

Our svn repository is located at "/svn.perlide.org/padre/trunk/Padre-Plugin- SpellCheck" in http:, and can be browsed at "/padre.perlide.org/browser/trunk/Padre-Plugin- SpellCheck" in http:.

You can also look for information on this module at:

Everything aspell related: http://aspell.net.

AUTHOR

Jerome Quelin, <jquelin@cpan.org>

Original version from Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Copyright (c) 2009 Fayland Lam, all rights reserved.

Copyright (c) 2009 Jerome Quelin, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.