Code::Blocks Forums

User forums => Help => Topic started by: manmach on August 29, 2006, 09:15:18 am

Title: Where does CodeBlocks keep its settings?
Post by: manmach on August 29, 2006, 09:15:18 am
I am trying to find where CodeBlocks keeps its settings, such as the environments compiler and linker directories, because I want to back them up before I reinstall my system. I have CodeBlocks installed on a separate drive, but apparently that is not where these settings are kept.
Title: Re: Where does CodeBlocks keep its settings?
Post by: sque on August 29, 2006, 09:24:16 am
On linux... as far as I know its under ~/.codeblocks
On windows I think its under: Document & settings\<your user>\Application data\codeblocks
Title: Re: Where does CodeBlocks keep its settings?
Post by: oz on August 29, 2006, 09:29:11 am
WindowsXP:
C:\Documents and Settings\"YourUserName"\Application Data\codeblocks
Linux:
/home/"YourUserName"/.codeblocks

I think you just simply backup the codeblocks folder is OK.
Title: Re: Where does CodeBlocks keep its settings?
Post by: sque on August 29, 2006, 09:31:53 am
 :shock:
Title: Re: Where does CodeBlocks keep its settings?
Post by: takeshimiya on August 29, 2006, 09:35:22 am
Universally on Windows is just %AppData%\codeblocks.
Title: Re: Where does CodeBlocks keep its settings?
Post by: manmach on August 29, 2006, 09:41:10 am
Thanks you all. I forgot to add 'on Windows', but I got my answer anyway :-)
Title: Re: Where does CodeBlocks keep its settings?
Post by: afb on August 29, 2006, 10:27:00 am
Mac OS X will also use ~/.codeblocks, same as Linux

For instance: /Users/afb/.codeblocks, in my case...