Padre::Plugin::Nopaste - send code on a nopaste website from padre


Padre-Plugin-Nopaste documentation  | view source Contained in the Padre-Plugin-Nopaste distribution.

Index


NAME

Top

Padre::Plugin::Nopaste - send code on a nopaste website from padre

SYNOPSIS

Top

    $ padre
    Ctrl+Shift+V







DESCRIPTION

Top

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

Top

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:

padre_interfaces()
plugin_icon()
plugin_name()

Standard Padre::Role::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:

* nopaste()
* task_response()

Callback for task runned by nopaste().

BUGS

Top

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.

SEE ALSO

Top

Plugin icon courtesy of Mark James, at http://www.famfamfam.com/lab/icons/silk/.

Our git repository is located at git://repo.or.cz/padre-plugin-nopaste.git, and can be browsed at http://repo.or.cz/w/padre-plugin-nopaste.git.

You can also look for information on this module at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Padre-Plugin-Nopaste

* CPAN Ratings

http://cpanratings.perl.org/d/Padre-Plugin-Nopaste

* Open bugs

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Nopaste

AUTHOR

Top

Jerome Quelin, <jquelin@cpan.org>

COPYRIGHT & LICENSE

Top


Padre-Plugin-Nopaste documentation  | view source Contained in the Padre-Plugin-Nopaste distribution.