NAME
Padre::Plugin::SpellCheck::Preferences - Check spelling in Padre, The Perl IDE.
VERSION
version 1.31
DESCRIPTION
This module handles the Preferences dialogue window that is used to set your chosen dictionary and preferred language.
METHODS
new
$self->{dialog} = Padre::Plugin::SpellCheck::Preferences->new( $self );
Create and return a new dialogue window.
on_dictionary_chosen event handler
padre_locale_label
uses Padre::Local to convert language iso693_iso3166 to utf8text strings
BUGS AND LIMITATIONS
Throws an info on the status bar if you try to select a language if dictionary not installed
DEPENDENCIES
Padre, Padre::Plugin::SpellCheck::FBP::Preferences, 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.
AUTHORS
Kevin Dawson <bowtie@cpan.org>
Ahmad M. Zawawi <ahmad.zawawi@gmail.com>
Fayland Lam <fayland@gmail.com>
Jerome Quelin <jquelin@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Fayland Lam, Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.