News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Region Foldings

Started by Miralex, February 17, 2006, 03:16:25 PM

Previous topic - Next topic

Miralex

Is there any way to have a region foldings?

For example:

/*$Region 'My Functions'*/

Some functions ....

/*$EndRegion*/


And, after fold, we see for example:
My Functions


When you work with large codes - It would be great if IDE Editor has it.

Pelle

It's on the wish-list, but not sure if/when it will be added...

Pelle
/Pelle

Mordred

Now this can be really useful, especially in big, hairy WNDPROC functions

You can just fold the places that you're done with, or fold the long
message handlers that you don't want to see (like WM_COMMAND)  :D

This would be a great addition to the IDE!

Romashka

Quote from: "Pelle"It's on the wish-list, but not sure if/when it will be added...

Where is this wish-list located? Can it be shown to public, so there will be no duplicate wishes?