News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Codeblocks configuration

Started by tuft, October 30, 2005, 12:03:26 PM

Previous topic - Next topic

tuft

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.

thomas

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."

tuft

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.

thomas

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."