I have setup a custom compiler config (executables, command line options, output parsing, commands) from settings..compiler settings and eventually
using advanced compiler options. I use codeblocks 13.12 on windows 7 and windows 8.
I recognized that these settings do not hold when quitting and restarting codeblocks again sometimes.
For example i set up the CC65 compiler tool chain by adding a new compiler and it seems that these quite permanently persist.
On the other hand i added assert failed and test failed output parsing options to gcc and they do not survive quitting and restarting of codeblocks.
Can i somehow manually request the settings to be saved? Or can you say under which circumstances settings persist and under which not?
I urgent need some reproducible procedure to make these compiler settings permanently.
Thank you !