Changeset 2207
- Timestamp:
- 12/26/08 09:52:03 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Task-Padre-Plugins/lib/Task/Padre/Plugins.pm
r2151 r2207 4 4 use strict; 5 5 6 our $VERSION = '0.0 7';6 our $VERSION = '0.08'; 7 7 8 8 1; … … 15 15 =head1 VERSION 16 16 17 Version 0.0 717 Version 0.08 18 18 19 19 =head1 SYNOPSIS 20 20 21 Nothing here. 21 Most plugins will just run with the text you selected if there is any selection. 22 23 If not, they run with the whole text from selected document. 24 25 =head1 MODULES 26 27 =head2 Padre::Plugin::AcmePlayCode 28 29 This is a simple plugin to run Acme::PlayCode on your source code. 30 31 =head2 Padre::Plugin::Alarm 32 33 Alarm Clock (Audio::Beep) 34 35 =head2 Padre::Plugin::CPAN 36 37 CPAN in Padre 38 39 =head3 Edit Config 40 41 Edit CPAN/Config.pm 42 43 =head3 Install Module 44 45 Run cpan $mod inside Padre. behaves like: 46 47 perl âMCPAN âe "install $mod" 48 49 =head3 Upgrade All Padre Plugins 50 51 Upgrade all plugin in one hit 52 53 =head2 Padre::Plugin::CSS 54 55 =head3 CSS Minifier 56 57 use CSS::Minifier::XS to minify css 58 59 =head3 Validate CSS 60 61 use WebService::Validator::CSS::W3C to validate the CSS 62 63 =head2 Padre::Plugin::Encrypt 64 65 Encrypt/Decrypt by Crypt::CBC 66 67 =head2 Padre::Plugin::HTML 68 69 =head3 Validate HTML 70 71 use WebService::Validator::HTML::W3C to validate the HTML 72 73 =head3 Tidy HTML 74 75 use HTML::Tidy to tidy HTML 76 77 =head2 Padre::Plugin::HTMLExport 78 79 Export a HTML page by using Syntax::Highlight::Engine::Kate 80 81 =head2 Padre::Plugin::JavaScript 82 83 =head3 JavaScript Beautifier 84 85 use JavaScript::Beautifier to beautify js 86 87 =head3 JavaScript Minifier 88 89 use JavaScript::Minifier::XS to minify js 90 91 =head2 Padre::Plugin::PAR 92 93 Padre::Plugin::PAR â PAR generation from Padre 94 95 =head2 Padre::Plugin::PerlCritic 96 97 This is a simple plugin to run Perl::Critic on your source code. 98 99 =head2 Padre::Plugin::PerlTidy 100 101 This is a simple plugin to run Perl::Tidy on your source code. 102 103 =head2 Padre::Plugin::Pip 104 105 =head2 Padre::Plugin::ViewInBrowser 106 107 View selected doc in browser for Padre. Basically itâs a shortcut for Wx::LaunchDefaultBrowser( $selfâ>selected_filename ); 108 109 =head2 Padre::Plugin::XML 110 111 Use XML::Tidy to tidy XML. 22 112 23 113 =head1 AUTHOR
Note: See TracChangeset
for help on using the changeset viewer.
