Well, call me an idiot, but a resized the side bar on the left till it completely dissapeared. Now I can't get it back! I originally did this because the whole bar had moved up such that I couldn't see the open files part of it. And I believe that happened because I tried to open a file (from windows) which was on the network.
The thing where the bar moves up so you can't see the open files window has happened before, and you can fix it by going into view and toggling some things. But I remembered wrong, and now I have no side bar. The worst thing is, it's saved somewhere and I can't just re-open codeblocks. It's totally gone!
I can forgive little problems like these in a program as good as this one, but I kinda need my side bar back, and it's an insane thing to reinstall over.
remove this registry tree
HKEY_CURRENT_USER\Software\Code::Blocks\Code::Blocks v1.0\main_frame
with all subtree items from your registry and restart CodeBlocks.
then the standard settings for displaying all panes are reinitialized.
Worked perfectly! Thanks alot.
you'r welcome ;-)
Wait, shouldn't there be a measure to prevent this from happening?
this behaviour is already patched in cvs by you rick ! ( even if you didn't know it maybe )
it was induced by the bug, that the message-pane-height was reduced by 3 every time when restarting CB.
when the height was lower than 3 or already 1, then it happened, that the settings were completely messed, when the
rollover to -2 happened.
i got this a several times, investigated from how it was coming and wrote my bug-submission afterwards.
i needed the above registry hack a few times during testing this bug...
cool :D I feel like an involuntary hero :P