News:

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

Main Menu

C::B loses editor setting when it crashes

Started by Kaijun, January 30, 2014, 02:47:25 PM

Previous topic - Next topic

Kaijun

Hi,

After my C::B (12.11) crashes, What I set in editor (like color, font, and so on) will be lost.

Kai

Jenna

All settings you change will only be saved when C::B gets closed.

Kaijun

I have saved my setting, but once it crashes, my setting is reset to default.

Jenna


Kaijun

e.g. I changed font in General settings, something in Syntax highlighting.

Jenna

Quote from: jens on January 30, 2014, 02:49:55 PM
All settings you change will only be saved when C::B gets closed.
That's meant exactly as I wrote it.

The settings are only changed in memory until C::B will be closed (cleanly). In this case they will be written to disk.
That's the cause why they are lost, if C::B crashes after a change, but before it gets closed.

Kaijun

When I opened the project again, I should get previous settings I saved before last exit. Question is I went back to default for a new installation.

MortenMacFly

Quote from: jens on January 30, 2014, 04:55:10 PM
The settings are only changed in memory until C::B will be closed (cleanly). In this case they will be written to disk.
...or if you choose "Save everything" from the "File" menu. This also triggers saving the settings, btw...
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]