Isn't there a way to update my IDE version without uninstalling mine and installing the new one?
Edit: Remember to install to different/new folders.
Edit2: I suggest making a backup copy of default.conf.
Edit3: I suggest installing the codeblocks using a zip file; if one, does NOT exist install on a computer without CB and zip the CB installation folder.
You do NOT need to uninstall the old CB; but, you need to be careful to NOT overwrite the configs.
The config files are located in "%APPDATA%/codeblocks" the main info is in default.conf.
If you start the CB with a different personality name it will not over write that file.
Here is the command from my short cut used to start an old cb version.
"C:\Program Files\CodeBlocks_12_11\codeblocks.exe" /na /nd /p cb1211
For options see http://wiki.codeblocks.org/index.php?title=Code::Blocks_command_line_arguments (http://wiki.codeblocks.org/index.php?title=Code::Blocks_command_line_arguments)
Tim S.