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

Folding remember path

Started by marazm, January 06, 2012, 02:53:37 PM

Previous topic - Next topic

marazm

Small path that allows to save folding state in layout-file.

oBFusCATed

Can you give better explanation what this patch does, exactly?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

marazm

When you hide some blocks of code and reopen file C::B will show it in unfolded state. This patch will make C::B to remember all collapsed blocks and hide them when you open the file.
http://forums.next.codeblocks.org/index.php?topic=10247.0

ollydbg

Quote from: marazm on January 06, 2012, 02:53:37 PM
Small path that allows to save folding state in layout-file.
There is a typo in your thread title.

Also, this is a cool feature! :)
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.

wf

nice, i was waiting for this feature few years ;)

oBFusCATed

marazm:
Can I ask you to submit your patch to the patches section of the codeblocks project's site on berlios.de?
This way your patch won't be forgotten.
Here is the link for the site: http://developer.berlios.de/patch/?group_id=5358
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]