Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

padre::plugin::spellcheck::preferences(3pm) [debian man page]

Padre::Plugin::SpellCheck::Preferences(3pm)		User Contributed Perl Documentation	       Padre::Plugin::SpellCheck::Preferences(3pm)

NAME
Padre::Plugin::SpellCheck::Preferences - Check spelling in Padre, The Perl IDE. VERSION
version 1.29 DESCRIPTION
This module handles the Preferences dialogue window that is used to set your chosen dictionary and preferred language. METHODS
o new $self->{dialog} = Padre::Plugin::SpellCheck::Preferences->new( $self ); Create and return a new dialogue window. o on_dictionary_chosen event handler o 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. perl v5.14.2 2012-06-19 Padre::Plugin::SpellCheck::Preferences(3pm)

Check Out this Related Man Page

Padre::Plugin::PDL(3pm) 				User Contributed Perl Documentation				   Padre::Plugin::PDL(3pm)

NAME
Padre::Plugin::PDL - PDL support for Padre SYNOPSIS
cpan Padre::Plugin::PDL Then use it via Padre, The Perl IDE. DESCRIPTION
Once enabled, one will automatically get the following features: Context-sensitive help integration Press F2 to get the help for the current PDL keyword BUGS
Please report any bugs or feature requests to "bug-padre-plugin-pdl at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Padre::Plugin::PDL You can also look for information at: o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Padre-Plugin-PDL <http://annocpan.org/dist/Padre-Plugin-PDL> o CPAN Ratings http://cpanratings.perl.org/d/Padre-Plugin-PDL <http://cpanratings.perl.org/d/Padre-Plugin-PDL> o Search CPAN http://search.cpan.org/dist/Padre-Plugin-PDL/ <http://search.cpan.org/dist/Padre-Plugin-PDL/> SEE ALSO
PDL, Padre AUTHORS
Ahmad M. Zawawi <ahmad.zawawi@gmail.com> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ahmad M. Zawawi This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-15 Padre::Plugin::PDL(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. BSD

installing free BSD

Hello friends. I am new to Unix although i am very flexible to any programming language. i was a window user. Now, no more. I have decided myself to switch to unix. Here is my problem: I burned the free BSD into my new RW CD's. I inserted the bootable manager first then, it was scanning and... (5 Replies)
Discussion started by: bonjour2006
5 Replies

2. Shell Programming and Scripting

Perl with Sql Server2005

Hi all, I am getting an issue in connecting perl with sql server 2005. I am unsing Padre as an IDE on Strawberry perl. Please help me about this matter (0 Replies)
Discussion started by: parthmittal2007
0 Replies

3. Shell Programming and Scripting

sending mail in perl.. No errors and also no output

Hi folks, I am trying to send an email in Perl script with the below code. I have written the code in Padre IDE and installed all the required modules(Mail::Sendmail) and executed the code. It is neither showing errors nor giving the output. I havnt received an mail after running the below... (1 Reply)
Discussion started by: giridhar276
1 Replies