Path: utzoo!attcan!uunet!samsung!brutus.cs.uiuc.edu!jarthur!spectre.ccsf.caltech.edu!tybalt.caltech.edu!palmer From: palmer@tybalt.caltech.edu (David Palmer) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK Pascal enhancements I'd like to see... Keywords: (as long as we're on the subject) Message-ID: <1990Mar23.181237.27430@spectre.ccsf.caltech.edu> Date: 23 Mar 90 18:12:37 GMT References: <9960@wpi.wpi.edu> <13270@burdvax.PRC.Unisys.COM> Sender: news@spectre.ccsf.caltech.edu Organization: California Institute of Technology Lines: 27 What I'd like to see in the Think C editor is the ability to 'hide' nested code. This would be done in a manner similar to an outline processor. When you open up a file, each procedure is represented by just its definition. Double click on that, and you get something like void foo(int bar, double *prime) { int i; char *text; for (i = 0 ; text[i] != '\0' ; i++) { } } Clicking on the 'for' reveals its contents, etc. Of course, I only want it if it can be fully configured for different indenting styles etc., and if it can be turned off. I have heard that the editor which is used for Occam on transputers does this, but I have never seen this. -- David Palmer palmer@tybalt.caltech.edu ...rutgers!cit-vax!tybalt.caltech.edu!palmer Meanwhile, on eng.string.floss, the waxed vs. unwaxed flamewar continues.