On 09/10/2007 07:16:50 PM, blackdog wrote:
Hi I;ve been playing with this method (I added to my plugin api)
geany->msgwindow->compiler_add
and it works great, but even if I send my message as file:line:type:msg, I get an assert failure from the message parser (i don't have it in front of me, something about "filename"), is there something special about the format of the message or something else I should know about when trying to use this?
So you are writing a custom build process? It's probably that the build_info struct in build.c doesn't have the right information (e.g. build_info.dir). It's needed for msgwin_parse_compiler_error_line() to work correctly.
Regards, Nick