Author Topic: Tools Settings  (Read 2422 times)

Offline goetz

  • Multiple posting newcomer
  • *
  • Posts: 13
Tools Settings
« on: June 22, 2010, 08:28:48 pm »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Tools Settings
« Reply #1 on: June 23, 2010, 06:54:57 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ