I'm a php deleveloper and I use pspad. almost exclusivly for my coding.

There is only 1 feature that pspad doesn't have that I wish it did. The ability
to "rollup" brackets. I'm not sure if thats the right term so here is an
example.

I want to be able to make this:

if ($roll == TRUE)
{
  do something;
  do something else;
  do something else again
  .
  .
  .
}

look like this
if ($roll == TRUE)
{
....        <----click here to expand
}

I am willing to off what help I can in making this feature or extension(if
possible) a reality.

Thanks in advance

-- 
<http://forum.pspad.com/read.php?2,41045,41045>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem