Hi Nick/Enrico
I got back to this again, but to add BuildInfo into plugindata.h, it seems like the other plugins would need to include build.h too, as you don't include .h's in plugindata.h for some reason.
So, given that this is late in the day, maybe for now I can just add into struct GeanyData, void *buildInfo and set it up like this
geany_data.build_info = &build_info;
in plugins.c, then it won't affect anything else before release, and for the next release we can think on it harder?
Would this be acceptable to you now? If pls find attach patches for r1883
thx
bd
On Tue, 11 Sep 2007 15:56:22 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
On 11/09/07 14:02:34, blackdog wrote:
As a by product of my code completion with the haxe compiler I get syntax checks for free too on the pressing of ; in this case, so I want to add the compiler output to the compiler window at that time. I'll check the build.c later today.
Cool.
Hey how long do i have before the next release is due? There are still some things I'd like to get in.
Perhaps not long ;-) It depends what you want to add - if it's simple things to append to the plugin API, they can probably be added before the next release.
Regards, Nick
Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany