Author Topic: Exporting/Importing user settings  (Read 3973 times)

Offline smallB

  • Almost regular
  • **
  • Posts: 193
Exporting/Importing user settings
« on: November 04, 2011, 03:51:12 pm »
Guys is it possible to export import settings? I mean, color theme, compiler conf, etc?
Thanks

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Exporting/Importing user settings
« Reply #1 on: November 04, 2011, 04:03:00 pm »
There is a tool.... Sorry I can't remember its name. You can search the forum by some keywords like: import configure tool ....

Edit: it is "cb_share_config.exe" under your c::b installation root, you can double click on it too see what happened. (Its a GUI app, but it looks like a dos app :().
« Last Edit: November 04, 2011, 04:06:33 pm by ollydbg »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Exporting/Importing user settings
« Reply #2 on: November 04, 2011, 04:17:51 pm »
(Its a GUI app, but it looks like a dos app :().
What makes you say so?

(A question from the famous UI designer... ;-))
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

Offline smallB

  • Almost regular
  • **
  • Posts: 193
Re: Exporting/Importing user settings
« Reply #3 on: November 04, 2011, 05:25:16 pm »
Thanks ollydbg

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Exporting/Importing user settings
« Reply #4 on: November 05, 2011, 01:21:19 am »
What makes you say so?
This exe file need an icon to indicate is is a GUI app. (Not a Dos cmd line style app)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Exporting/Importing user settings
« Reply #5 on: November 05, 2011, 09:48:06 am »
This exe file need an icon to indicate is is a GUI app. (Not a Dos cmd line style app)
Alright... that's an easy thing then. :)
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