News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

symbol browser sash bar not restored correctly

Started by ollydbg, July 20, 2014, 04:26:15 PM

Previous topic - Next topic

ollydbg

First image, I set the sash bar at the middle of the browser window.

Then, I switch Menu->view->perspective->GDB/CDB debugger default, now, it becomes the image below.

Finally, I switch back to View->perspective->Code::Blocks default, see the third image, you see that the sash bar not in the same position.
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

IMHO the sash position does not belong to the perspective at all (just as other settings, too). So we need to implement this manually.
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]