ActiveState Powered by ActiveState

ActiveState Community


Hiding code regions

Posted by TheNewWebGuy on 2007-12-18 03:52
OS: Gentoo

Hi,

Is it possible to define regions for code hiding? Kind of like how visual studio has

#region

// lots of code here

#endregion

I was wondering because at the top of some of my classes I have all the vars along with the PHPdoc info and it would be nice to just hide these and get straight to the constructor.

If it's not currently possible, are there any plans to include this support?

Thanks

jeffg | Tue, 2007-12-18 10:09

Komodo does not currently allow for user-definable fold regions; feel free to post an enhancement request for this on our bug tracking system:

http://bugs.activestate.com

--
JeffG

-->