NAME

Task::Padre::Plugins - Get many Plugins of Padre at once

SYNOPSIS

Most plugins will just run with the text you selected if there is any selection.

If not, they run with the whole text from selected document.

MODULES

Padre::Plugin::AcmePlayCode

This is a simple plugin to run Acme::PlayCode on your source code.

Padre::Plugin::Alarm

Alarm Clock (Audio::Beep)

Padre::Plugin::CommandLine

vi and emacs in Padre?

Padre::Plugin::CPAN

CPAN in Padre

Edit Config

Edit CPAN/Config.pm

Install Module

Run cpan $mod inside Padre. behaves like:

perl −MCPAN −e "install $mod"

Upgrade All Padre Plugins

Upgrade all plugin in one hit

Padre::Plugin::CSS

CSS Minifier

use CSS::Minifier::XS to minify css

Validate CSS

use WebService::Validator::CSS::W3C to validate the CSS

Padre::Plugin::Encode

convert file to different encoding in Padre

Padre::Plugin::Encrypt

Encrypt/Decrypt by Crypt::CBC

Padre::Plugin::HTML

Validate HTML

use WebService::Validator::HTML::W3C to validate the HTML

Tidy HTML

use HTML::Tidy to tidy HTML

Padre::Plugin::HTMLExport

Export a HTML page by using Syntax::Highlight::Engine::Kate

Padre::Plugin::JavaScript

JavaScript Beautifier

use JavaScript::Beautifier to beautify js

JavaScript Minifier

use JavaScript::Minifier::XS to minify js

Padre::Plugin::PAR

Padre::Plugin::PAR − PAR generation from Padre

Padre::Plugin::PerlCritic

This is a simple plugin to run Perl::Critic on your source code.

Padre::Plugin::PerlTidy

This is a simple plugin to run Perl::Tidy on your source code.

Padre::Plugin::Pip

Padre::Plugin::ViewInBrowser

View selected doc in browser for Padre. Basically it’s a shortcut for Wx::LaunchDefaultBrowser( $self−>selected_filename );

Padre::Plugin::XML

Use XML::Tidy to tidy XML.

AUTHOR

Gabor Szabo, <szabgab at gmail.com>

BUGS

Please report any bugs or feature requests to http://padre.perlide.org/

SUPPORT

You can find documentation for Padre on http://padre.perlide.org/

COPYRIGHT & LICENSE

Copyright 2008 Gabor Szabo, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 47:

Non-ASCII character seen before =encoding in '−MCPAN'. Assuming UTF-8