The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Plugin::SpellCheck::Checker - Check spelling in Padre, The Perl IDE.

VERSION

version: 1.33

DESCRIPTION

This module implements the Checker dialogue window that will be used to interact with the user when spelling mistakes have been spotted.

METHODS

  • new

            $self->{dialog} = Padre::Plugin::SpellCheck::Checker->new( $self );

    Create and return a new dialogue window.

  • padre_locale_label

    uses Padre::Local to convert language iso693_iso3166 to utf8text strings

BUGS AND LIMITATIONS

Text::Hunspell hard coded for /usr/share/hunspell/

DEPENDENCIES

Padre, Padre::Locale, Class::XSAccessor, Padre::Plugin::SpellCheck::FBP::Checker, and either or ( Text::Hunspell or Text::Aspell )

SEE ALSO

For all related information (bug reporting, source code repository, etc.), refer to Padre::Plugin::SpellCheck.

AUTHOR

See Padre::Plugin::SpellCheck

CONTRIBUTORS

See Padre::Plugin::SpellCheck

COPYRIGHT

See Padre::Plugin::SpellCheck

LICENSE

See Padre::Plugin::SpellCheck