Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: MortenMacFly on November 23, 2005, 09:22:11 pm

Title: Help plugin broken?
Post by: MortenMacFly on November 23, 2005, 09:22:11 pm
I've seen that all my help-file entries were lost on the help menu. So I tried to input them again but whenever I cick "Ok" in the help-file plugin settings dialog the help-files are not added and have disappeared if I re-open the settings. I looked through the source code but actually couldn't find a reason for that. So I wonder: Is it only me or can somebody confirm this issue?!

Morten.
Title: Re: Help plugin broken?
Post by: Ceniza on November 24, 2005, 02:53:18 am
There was an issue when the ConfigManager was rewritten and the plugin got broken, causing than behavior, but I fixed it a few days ago, and it's already in CVS.

I've been using it without problems since then.

Could you try with the latest CVS version?
Title: Re: Help plugin broken?
Post by: MortenMacFly on November 24, 2005, 09:24:23 am
Could you try with the latest CVS version?
I found the problem: I was using the CVS version. But: I was using the "NEWBUILD" project where the path was not setup correctly to fit my environment. So I was still using the old plugin-dll in the Code::Blocks path I'm working with. Now that I'm using the new version it works. Sorry for bothering you, but the hint with the CVS version actually was helpful. :)

Morten.