NO

Author Topic: Region Foldings  (Read 3538 times)

Miralex

  • Guest
Region Foldings
« 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.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Region Foldings
« Reply #1 on: February 17, 2006, 10:57:33 PM »
It's on the wish-list, but not sure if/when it will be added...

Pelle
/Pelle

Mordred

  • Guest
Region Foldings
« Reply #2 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!

Romashka

  • Guest
Region Foldings
« Reply #3 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?