NAME
Padre::Plugin::Experimento - Provides experimental features to Padre
SYNOPSIS
cpan Padre::Plugin::Experimento
Then use it via Padre, The Perl IDE.
DESCRIPTION
Once you enable this Plugin under Padre, you will be to do the following:
Move selected lines up (Ctrl-Shift-Up)
Move the selected lines up one line, shifting the line above after the selection. The selection will be automatically extended to the beginning of the selection's first line and the end of the seletion's last line. If nothing was selected, the line the cursor is currently at will be selected.
Move selected lines down (Ctrl-Shift-Down)
Move the selected lines down one line, shifting the line below before the selection. The selection will be automatically extended to the beginning of the selection's first line and the end of the seletion's last line. If nothing was selected, the line the cursor is currently at will be selected.
Check POD
Print the current document's POD errors and warnings in the output panel.
BUGS
Please report any bugs or feature requests to bug-padre-plugin-Experimento at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-Experimento. 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::Experimento
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Experimento
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
SEE ALSO
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.