Xref: utzoo comp.sys.atari.st:15654 comp.editors:706 comp.misc:5802 Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!garfield!jeff1 From: jeff1@garfield.mun.edu (Jeff Sparkes) Newsgroups: comp.sys.atari.st,comp.editors,comp.misc Subject: Re: Folding Editor - Comments Anyone? Message-ID: Date: 17 Apr 89 14:51:02 GMT References: <786@stag.UUCP> Sender: news@garfield.MUN.EDU Organization: Memorial University of Newfoundland Lines: 31 In-reply-to: trb@stag.UUCP's message of 14 Apr 89 15:27:08 GMT Have you though about inverse folding? For highly indented code it would be good to just look at a single block, ignoring preceding levels of indentation. I.e. x() { while (1) { if (blah) { if (foo) { if (bar) { /* code */ } } .... becomes MARKER if (foo) { if (bar) { /* code */ } } MARKER -- Jeff Sparkes uunet!garfield!jeff1 || jeff1@garfield.mun.edu