When a local plugin has a valid manifest, and the .dll is in .../codeblocks/plugins, *and* for some unknown reason is *not* loaded, there is no message to say that it failed.
That's right - that's why we failed tol see the DevPak plugin wasn't working since we switched to manifest files... ;-)
Wioth regards, Morten.
There was a message after all:
SDK version mismatch for CBTortoiseSVN (1.10.0). Expecting 1.11.0
message was buried in the debug log. I didn't see it even tho I scanned the log many times. It took me two days to find it.
Is there any way that we could put errors out in red, info msgs in black?
Is there any way that we could put errors out in red, info msgs in black?
The code is there, waiting to be used :oops: :
MessageManager::DebugLogWarning(), and
MessageManager::DebugLogError()