Number of lines before confusion

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

jshpro2 wrote:In dreamweaver 8 there is code collapsing, just highlight the code and hit collapse. Useful for things like:

Code: Select all

for ($i=0; $i<$count; $i++) {
     // 600 lines of code here
    
     // line you need to work on
}
Cut me in half and feed me to a horse, but wouldn't the example you just gave result in the line you wanted to work on collapsing along with the rest of the loop contents?

<edit>Quoted to save people going back a page to look</edit>
User avatar
Skittlewidth
Forum Contributor
Posts: 389
Joined: Wed Nov 06, 2002 9:18 am
Location: Kent, UK

Post by Skittlewidth »

Is source folding the same as code collapsing?
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

yes
Post Reply