Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!uwm.edu!linac!att!ucbvax!ucdavis!iris!lim From: lim@iris.ucdavis.edu (Lloyd Lim) Newsgroups: comp.sys.mac.programmer Subject: Re: i've got those THINK C 4.02 blues... Message-ID: <9024@ucdavis.ucdavis.edu> Date: 24 May 91 00:48:08 GMT References: <10522@pitt.UUCP> Sender: usenet@ucdavis.ucdavis.edu Reply-To: lim@iris.ucdavis.edu (Lloyd Lim) Distribution: na Organization: U.C. Davis - Department of Electrical Engineering and Computer Science Lines: 47 In article <10522@pitt.UUCP> andre@elvis.cs.pitt.edu () writes: >[...] >* blinking or otherwise indicating matching parens and braces would be >nice. the existing balance (command-b) does not do the trick. it >does select the area bounded by the delimiter, but i have to be >careful not to type before clicking to deselect. Well, a left arrow or a right arrow moves you to the start or end of the block, if that helps. >[...] >* if i use prototypes but i am sucking in source that does not use >prototypes, i either need to convert my code or the code that i'm >copying. the gcc philosophy (with the appropriate switches) is to >provide the prototyping features when they are used but to also accept >unprototyped functions in the same source file. If you want to use prototypes when they are provided but not require them, then uncheck Require Prototypes in the Preferences dialog box. This should do exactly what you want. >* contrary to popular belief that grep feature is limited to files in >the project. if there is someone out there looking for a shareware >project, a simple fgrep da would be nice. grep works in single files outside a project but it doesn't search multiple files outside a project, if that's what you mean. There already is a grep DA. I think you can find it on sumex. >[...] >if anyone has any suggestions or homebrew patches, i would welcome >them. i can't afford mpw so don't offer that as an idea. i'm going >to try using uemacs as an editor and then load the source files into >project. my guess is that think c won't notice that the file has >changed on disk and reload it so this solution will most likely be >abandoned. This should work if you choose the Make command explicitly and click the Use Disk button to get THINK C to check the date/time of the last modification. IMO, this a pain, but I guess you could set up a macro to do this. +++ Lloyd Lim Internet: lim@iris.eecs.ucdavis.edu America Online: LimUnltd Compuserve: 72647,660 US Mail: 215 Lysle Leach Hall, U.C. Davis, Davis, CA 95616