Author Topic: Codeblocks configuration  (Read 5579 times)

Offline tuft

  • Single posting newcomer
  • *
  • Posts: 9
Codeblocks configuration
« on: October 30, 2005, 12:03:26 pm »
Hi,
I want ask If there is some way to force codeblocks to use .ini file for configuration instead of registry. I want to use codeblock from my flash drive at school, there are registry cleaned every time I log out. 

Thanks.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Codeblocks configuration
« Reply #1 on: October 30, 2005, 01:01:17 pm »
No, there is no way to do this at the present time.

Configuration storage will be changed any time soon (or not soon, this point is still uncertain). What is certain, however, is that it will be xml format, not ini.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline tuft

  • Single posting newcomer
  • *
  • Posts: 9
Re: Codeblocks configuration
« Reply #2 on: October 30, 2005, 03:08:10 pm »
I guess that you use something like wxConfigBase to save configuration, where can I find this part of source, can you point me somewhere?
thanks.

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Codeblocks configuration
« Reply #3 on: October 30, 2005, 05:22:46 pm »
src\sdk\configmanager.cpp, line 47

Be warned to rely on wxConfigbase, however, as configurations will be changed at some point in the future.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."