News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Exporting/Importing user settings

Started by smallB, November 04, 2011, 03:51:12 PM

Previous topic - Next topic

smallB

Guys is it possible to export import settings? I mean, color theme, compiler conf, etc?
Thanks

ollydbg

#1
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 :().
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.

MortenMacFly

Quote from: ollydbg on November 04, 2011, 04:03:00 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: [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]

smallB


ollydbg

Quote from: MortenMacFly on November 04, 2011, 04:17:51 PM
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.

MortenMacFly

Quote from: ollydbg on November 05, 2011, 01:21:19 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: [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]