Pelles C forum

Pelles C => Feature requests => Topic started by: Miralex on February 17, 2006, 03:16:25 PM

Title: Region Foldings
Post by: Miralex on February 17, 2006, 03:16:25 PM
Is there any way to have a region foldings?

For example:
Code: [Select]

/*$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.
Title: Region Foldings
Post by: Pelle on February 17, 2006, 10:57:33 PM
It's on the wish-list, but not sure if/when it will be added...

Pelle
Title: Region Foldings
Post by: Mordred on February 18, 2006, 08:20:24 AM
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!
Title: Region Foldings
Post by: Romashka on October 01, 2006, 05:57:44 PM
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?