From: Charles Terry Newsgroups: comp.os.msdos.djgpp Subject: Re: Want ng/mail list input Date: Sun, 08 Mar 1998 17:31:24 -0800 Organization: All USENET -- http://www.Supernews.com Lines: 18 Message-ID: <3503466C.5678@plinet.com> References: <199803080926 DOT BAA11912 AT lausd DOT k12 DOT ca DOT us> <35029B07 DOT 74148254 AT concentric DOT net> NNTP-Posting-Host: 25547 AT 207 DOT 174 DOT 4 DOT 186 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk D. Huizenga wrote: > > elpee AT geocities DOT com wrote: > > > > I'm looking to get some input on a front end I'm writing for DJGPP. > A feature that I would really like to see in an editor is the ability to > view only one procedure at a time, instead of the whole file. Perhaps > you could use comments to separate them, so that variables declared out > of procedures would still be visible. I'm thinking of something like > the VB/QB IDE here, in case you want an example. > check out the feds project at the same home page as allegro, it does just that- folds procedures into just the title line, so they can be opened one at a time. Another cool feature (of many) is that it will match opening and closing brackets{ } which is great for deep if else procedures. Charles Terry