[Geany-Devel] geany SPOJ support

Lex Trotman elextr at gmail.com
Thu Dec 27 22:14:53 UTC 2012


On 28 December 2012 05:47, Mayank Jha <mayank25080562 at gmail.com> wrote:

> I was trying to make a plugin that allows you to make SPOJ submissions
> form within the geany IDE with the help of a python script . The coding
> work is done .But the problem is that ive made changes to the core code
> directly inorder to make my feature a part of Geany IDE.
>

Hi,

It is unfortunate that you have made changes to core, it is always good to
check on the ML before making changes to any open source project to see
what the project processes are and to get guidance about how to approach
the changes you want to make.

As Dimitar says in another post, as Geany is distributed in binary form by
the distros, your suggestion of modifying source files *will not work*.

I am afraid that you will have to re-do the changes as a plugin conforming
to the plugin API to be accepted.

Cheers
Lex


>  I was pondering upon the idea that can I make a bash script which changes
> those files pertaining to the plugin, which simply copies the
> files(original) into some other location and copies the modified files in
> place of it, and another uninstall bash script which does the reverse, thus
> completing my plugin?? Will this be acceptable to Geany users and
> developers??
>
> _______________________________________________
> Devel mailing list
> Devel at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/devel/attachments/20121228/a46b69d4/attachment-0001.html>


More information about the Devel mailing list