Hi all,
I'm writing a new plugin that allows to paste the code from Geany on a pastebin selected by the user. At the moment It supports five different pastebins, including the Geany's one at http://pastebin.geany.org/ The plugin also redirects the user to the pasted code opening a new browser tab.
The sources can be found here: https://github.com/Enrix835/GeniusPaste
All feedback is welcome :)
If you consider this plugin interesting enough, I'd like to know what should I do to make it part of the Geany-Plugins project.
Thank you.
Regards, Enrico
On Sat, 28 Apr 2012 18:14:33 +0200 Enrico enrico.trt@gmail.com wrote:
If you consider this plugin interesting enough, I'd like to know what should I do to make it part of the Geany-Plugins project.
I think it can be useful to have it inside the geany-plugins project. If you like to, just clone the geany-plugins project on github [1] and add you plugin into its structure and resend a pull request to the project. You can have a look onto other plugins if its about adding build support for waf and autotools - both are much appreciated. But if one of them is missing, there might somebody who will add it for you ;)
Cheers, Frank