Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!agate!shelby!neon!kaufman From: kaufman@Neon.Stanford.EDU (Marc T. Kaufman) Newsgroups: comp.sys.mac.programmer Subject: Re: Text Edit Question Message-ID: <1989Nov1.073410.9580@Neon.Stanford.EDU> Date: 1 Nov 89 07:34:10 GMT References: <1989Oct31.171247.279@ug.cs.dal.ca> Sender: USENET News System Reply-To: kaufman@Neon.Stanford.EDU (Marc T. Kaufman) Organization: Computer Science Department, Stanford University Lines: 27 In article <1989Oct31.171247.279@ug.cs.dal.ca> johnston@ug.cs.dal.ca (Bruce Johnston) writes: -Thanks to those that responded to my scrolling question. Now I -have another one (I just cant seem to follow the nuances of Inside Mac!) -I want to create a pseudo programming-language editor. -The language looks something like this: -{proc a : - stuff.... - {proc b: - stuff.... - } - stuff... -} -Now I read in text files in this form..... but when the main window appears -I only want to show this much: -{proc a :} -I need to hide the rest of the data until later (the user wants to view it) -So the question is....... If I set up another TErec for the other data, -how do I hide it? Try using SetStyle to change the Font Size to 0 over the range you want to hide. Marc Kaufman (kaufman@Neon.stanford.edu)