SYNOPSIS
$ padre
Ctrl+Shift+V
DESCRIPTION
This plugin allows one to send stuff from Padre to a nopaste website with Ctrl+Shift+V, allowing for easy code / whatever sharing without having to open a browser.It is using "App::Nopaste" underneath, so check this module's pod for more information.
PUBLIC METHODS
Standard Padre::Plugin API
"Padre::Plugin::Nopaste" defines a plugin which follows "Padre::Plugin" API. Refer to this module's documentation for more information.The following methods are implemented:
- menu_plugins_simple()
- padre_interfaces()
- plugin_icon()
- plugin_name()
Standard Padre::Task API
In order not to freeze Padre during web access, nopasting is done in a thread, as implemented by "Padre::Task". Refer to this module's documentation for more information.The following methods are implemented:
- prepare()
- run()
BUGS
Please report any bugs or feature requests to "padre-plugin-nopaste at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-Nopaste>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.AUTHOR
Jerome Quelin, "<[email protected]>"COPYRIGHT & LICENSE
Copyright (c) 2009 Jerome Quelin, all rights reserved.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.