On Fri, 12 Jun 2009 15:22:58 -0400, William wrote:
Help->Debug Messages should have some information.
Odd, I didn't see any messages other than geany loading the files I had open previously.
Hmm, weird. Check Nick's answer, maybe that helps already.
Also, what distribution are you using and what version of Geany?
I'm using Ubuntu 9.04, and the current version in the Package Manger: Geany 0.16
Either update Geany to 0.17 (http://www.geany.org/Download/ThirdPartyPackages#ubuntu knows where newer packages can be found) or edit the actest.c and change line 46 from: PLUGIN_VERSION_CHECK(140); to PLUGIN_VERSION_CHECK(132);
(i.e. lower the number), maybe the plugin compiles then with Geany 0.16, however this is untested.
Did you see any warning when compiling the source file? Any compiler output?
Regards, Enrico