Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Thomas Martitz
Am 08.05.2014 19:25, schrieb Dimitar Zhekov: On Wed, 07 May 2014 23:58:11 +0200 Thomas Martitz ku...@rockbox.org wrote: Am 07.05.2014 19:59, schrieb Dimitar Zhekov: On Wed, 07 May 2014 08:40:13 +0200 Thomas Martitz ku...@rockbox.org wrote: I'm (as of now) motivated to implement proxy

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Dimitar Zhekov
On Fri, 09 May 2014 12:29:58 +0200 Thomas Martitz ku...@rockbox.org wrote: The basic idea is that proxy plugins initially call a Geany API to register themselves as proxies, providing criterias to select potential plugins (for now, this is only a list of file extensions) Geany will match

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Steven Blatnick
Like I think Dimitar was saying, adding custom scripts sound like they should be second class plugins. Sorry to be a broken record here, but my external tools plugin calls whatever language you can make an executable for or call from the command line:

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Thomas Martitz
Am 09.05.2014 19:15, schrieb Dimitar Zhekov: On Fri, 09 May 2014 12:29:58 +0200 Thomas Martitz ku...@rockbox.org wrote: The basic idea is that proxy plugins initially call a Geany API to register themselves as proxies, providing criterias to select potential plugins (for now, this is only a

[Geany-Devel] GProject memory leak

2014-05-09 Thread Pavel Roschin
Found several memory leaks in GProject plugin. gproject-project.c:467: void gprj_project_close(void) { ... g_free(g_prj-source_patterns); g_free(g_prj-header_patterns); g_free(g_prj-ignored_dirs_patterns); here should be g_strfreev. It is corect to g_free them but it

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Thomas Martitz
Am 08.05.2014 02:33, schrieb Matthew Brush: Hi Thomas, If the goal is really to enable loading plugins written in other languages, we should take a really extensive look at LibPeas before ruling it out and duplicating it ourselves. It seems especially appropriate since you want to eventually

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Steven Blatnick
I sent this email earlier and never saw it come back through the mailing list, so I'll send it a gain to see if it is going through... ... Like I think Dimitar was saying, adding custom scripts sound like they should be second class plugins. Sorry to be a broken record here, but my external

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Thomas Martitz
Am 09.05.2014 23:07, schrieb Steven Blatnick: I sent this email earlier and never saw it come back through the mailing list, so I'll send it a gain to see if it is going through... It came through. As a tip, you can check the mailing list archives[1] before sending the mail another time

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Steven Blatnick
Thanks! That's weird... I still haven't gotten either of the messages myself. I just checked, and they're not in my spam folder. Does the list no longer send the the sender? I used to get my own messages. On 05/09/2014 03:14 PM, Thomas Martitz wrote: Am 09.05.2014 23:07, schrieb Steven

Re: [Geany-Devel] RFC: Proxy plugins

2014-05-09 Thread Matthew Brush
On 14-05-09 01:18 PM, Thomas Martitz wrote: Am 08.05.2014 02:33, schrieb Matthew Brush: Hi Thomas, If the goal is really to enable loading plugins written in other languages, we should take a really extensive look at LibPeas before ruling it out and duplicating it ourselves. It seems