Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: tuft on October 30, 2005, 12:03:26 pm

Title: Codeblocks configuration
Post by: tuft 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.
Title: Re: Codeblocks configuration
Post by: thomas 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.
Title: Re: Codeblocks configuration
Post by: tuft 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.
Title: Re: Codeblocks configuration
Post by: thomas 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.