Author Topic: symbol browser sash bar not restored correctly  (Read 3310 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
symbol browser sash bar not restored correctly
« on: July 20, 2014, 04:26:15 pm »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: symbol browser sash bar not restored correctly
« Reply #1 on: July 22, 2014, 07:09:22 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ