News:

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

Main Menu

Tools Settings

Started by goetz, June 22, 2010, 08:28:48 PM

Previous topic - Next topic

goetz

I'm using Linux and have setup some custom tools in Code::Blocks. I see that they are stored in the user's preferences
~/.codeblocks/default.conf

Is there some file to edit in /usr/share/codeblocks/ that can have the tools set for all users on the system?

Thanks,

Lawrence

MortenMacFly

Quote from: goetz on June 22, 2010, 08:28:48 PM
Is there some file to edit in /usr/share/codeblocks/ that can have the tools set for all users on the system?
No, but you can use cb_share_config to share the settings across users. Alternatively if you are using the portable C::B version just copy the default.conf file in the folder where C::B is on your computer. See my sig for some more details...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]