News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Where does CodeBlocks keep its settings?

Started by manmach, August 29, 2006, 09:15:18 AM

Previous topic - Next topic

manmach

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.

sque

On linux... as far as I know its under ~/.codeblocks
On windows I think its under: Document & settings\<your user>\Application data\codeblocks
Tell me a bug and I 'll tell you two  :twisted:

oz

WindowsXP:
C:\Documents and Settings\"YourUserName"\Application Data\codeblocks
Linux:
/home/"YourUserName"/.codeblocks

I think you just simply backup the codeblocks folder is OK.

sque

Tell me a bug and I 'll tell you two  :twisted:

takeshimiya

Universally on Windows is just %AppData%\codeblocks.

manmach

Thanks you all. I forgot to add 'on Windows', but I got my answer anyway :-)

afb

Mac OS X will also use ~/.codeblocks, same as Linux

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