News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Remember folding

Started by Newbie0815, March 17, 2009, 07:12:35 PM

Previous topic - Next topic

Newbie0815

Not sure if there is such a function already, if not, this might belong into feature requests.

How can I set the editor to remember folded parts of code upon close, so it will reappear the same way upon next open?
All I could find about folding is either fold all or fold nothing.

ollydbg

You should write a feature request. :D
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.