[Geany] Plugin API

Nick Treleaven nick.treleaven at xxxxx
Fri Jul 27 10:27:39 UTC 2007


On 07/25/2007 07:27:25 PM, blackdog wrote:
> 
> Another suggestion
> 
> BeforeCompile, AfterCompile
> BeforeBuild, AfterBuild
> 
> callbacks that can be hooked into via the plug-in system.
> 
Maybe, what do you need them for?
If you want to submit a patch, I would use the build_type enum:

void after_build(build_type btype);

Instead of having one callback for each type of build action.

Regards,
Nick




More information about the Users mailing list