On Thu, 05 Nov 2009 16:40:46 +0100, Roberto wrote: Hey,
additionally to what Nick said: >I'm wondering how to insert some debugging code in the lexer module, >where as the good old fprintf(stderr, ..) >dont work at all. Can't include the geany_debug() function in the lexer >module, right? No, geany_debug() can't be used (at least not easily). But plain printf()'s do work, just remember to add a \n at the end of the format string so the buffer get flushed or call fflush(stdout); manually. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.asc
pgpGzg5PGEtoN.pgp
Description: PGP signature
_______________________________________________ Geany-devel mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
