<br><br><div class="gmail_quote">On 28 December 2012 05:47, Mayank Jha <span dir="ltr"><<a href="mailto:mayank25080562@gmail.com" target="_blank">mayank25080562@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">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.</div>

</blockquote><div><br></div><div>Hi,</div><div><br></div><div>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.</div>

<div><br></div><div>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*.  </div><div><br></div><div>I am afraid that you will have to re-do the changes as a plugin conforming to the plugin API to be accepted.</div>
<div><br></div><div>Cheers</div><div>Lex</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"> 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??<div>


<div><img></div></div></div>
<br>_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.geany.org" target="_blank">Devel@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/devel</a><br>
<br></blockquote></div><br>