News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to clear up the layout information

Started by luckyowen, December 14, 2010, 03:20:18 AM

Previous topic - Next topic

luckyowen

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.

ollydbg

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.

luckyowen

Quote from: ollydbg on December 14, 2010, 03:22:21 AM
I guess the step is:
Menu->view->perspective->delete current.

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