Author Topic: How to clear up the layout information  (Read 4189 times)

Offline luckyowen

  • Single posting newcomer
  • *
  • Posts: 4
How to clear up the layout information
« on: December 14, 2010, 03:20:18 am »
I like the default layout of codeblocks and I want to ahcieve this goal by reinstallation. However, even though I unstalled and installed it several time, the layout was still unchanged.
So, how can I clear up the layout information?
thx.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: How to clear up the layout information
« Reply #1 on: December 14, 2010, 03:22:21 am »
I guess the step is:
Menu->view->perspective->delete current.
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 luckyowen

  • Single posting newcomer
  • *
  • Posts: 4
Re: How to clear up the layout information
« Reply #2 on: December 14, 2010, 03:41:15 am »
I guess the step is:
Menu->view->perspective->delete current.

It works!!!!
Thanks a lot. :D