[Geany] More plugin issues

Nick Treleaven nick.treleaven at xxxxx
Thu Jan 3 16:51:46 UTC 2008


On Wed, 02 Jan 2008 22:46:24 +0100
Bo Lorentsen <bl at lue.dk> wrote:
> Ok, I will stick to g_message/g_warning while developing and then I
> only need to know how to write to the "status log" in the message
> window.

You can use msgwindow->status_add("%s", "a status message"), but
often you want to also show the message on the status bar,
so use: ui->set_statusbar(TRUE, "%s", "a status message").

Regards,
Nick



More information about the Users mailing list