2010/2/28 Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Fri, 26 Feb 2010 23:04:39 -0800, Tony wrote:<br>
<br>
>Here's a patch that allows plugins to use *geany_debug*, for your<br>
>consideration.  I'm not real happy about the way things have to be<br>
>named to conform to the existing conventions (requiring a new struct<br>
>named * GeanyFuncs*, which might be easily confused with struct<br>
>*GeanyFunctions* in plugins.c and plugindata.h), so feel free to muck<br>
>with this if there is a better way.<br>
<br>
</div></div>geany_debug() isn't part of the plugins API as it is intended for<br>
*Geany*'s debug messages.<br>
<br>
Plugins could simply use g_message or g_debug or whatever they like.<br>
I don't think it's necessary to add geany_debug() to the plugins API.<br>
<br>
Sorry for your wasted efforts :(.<br></blockquote><div><br>Thanks for the input.  Time spent learning is not wasted.<br><br>- tony <br></div></div>