Query: padre::plugin::perltidy
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Padre::Plugin::PerlTidy(3pm) User Contributed Perl Documentation Padre::Plugin::PerlTidy(3pm)NAMEPadre::Plugin::PerlTidy - Format perl files using Perl::TidyDESCRIPTIONThis is a simple plugin to run Perl::Tidy on your source code. Currently there are no customisable options (since the Padre plugin system doesn't support that yet) - however Perl::Tidy will use your normal .perltidyrc file if it exists (see Perl::Tidy documentation).METHODSpadre_interfaces Indicates our compatibility with Padre. plugin_name A simple accessor for the name of the plugin. menu_plugins_simple Menu items for this plugin. tidy_document Runs Perl::Tidy on the current document. export_document Export the current document as html. tidy_selection Runs Perl::Tidy on the current code selection. export_selection Export the current code selection as html. perl v5.14.2 2012-01-12 Padre::Plugin::PerlTidy(3pm)