Page 1 of 1

Complex Script Compression?

PostPosted: Thu Oct 14, 2010 1:24 am
by TSO
For users making heavy use of multi-lined code and have nested statements make it so single brackets are compressible to allow quick code navigation and make larger codes less troublesome.

Here is to pics of my code in UltraEdit for my example with some of my code.

Line 4 has nested a couple if statements.
With that '{'
a lil '-' appears on the left side
with that I can click it and it will compress everything inside that bracket down to the next '}' bracket. and become a '+'

EDIT: whoops not the next '}' bracket exactly but to the proper one that would close off the statements contained.

A handy feature I thought would be good to have some time in future... =)

Re: Complex Script Compression?

PostPosted: Thu Oct 14, 2010 8:45 pm
by NightOfHorror
sounds good :)