S h i v <[EMAIL PROTECTED]> wrote: > Two possibilities: > 1. I create a shared object and put it under plugins > directory and it gets loaded the next geany is opened.
Already possible, see HACKING file in the Geany sources. > 2. Still better, I write the plugins using scriting > language such as python in a way geany expects and place > it under plugins directory and the next time geany is > opened, it loads the plugin. It is possible to write Lua scripts for Geany, using the GeanyLua plugin from: http://yetanothergeek.justfree.com/geanylua Python support has been discussed here before, but as far as I know, nobody is currently working on it. - Jeff _______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
