Author Topic: Help plugin broken?  (Read 4216 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Help plugin broken?
« 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Help plugin broken?
« Reply #1 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Help plugin broken?
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ