Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!gem.mps.ohio-state.edu!ginosko!uunet!intercon!amanda@intercon.uu.net From: amanda@intercon.uu.net (Amanda Walker) Newsgroups: comp.sys.mac.programmer Subject: Re: Spleen venting (was: Re: 32-bit OS) Message-ID: <1406@intercon.UUCP> Date: 25 Aug 89 19:25:12 GMT References: <22321@andante.UUCP> <1989Aug19.221033.2241@geology.wisc.edu> <8352@hoptoad.uucp> <34184@apple.Apple.COM> <2601@iscuva.ISCS.COM> <8380@hoptoad.uucp> <1397@intercon.UUCP> <118@vsserv.scri.fsu.edu> Sender: news@intercon.UUCP Reply-To: amanda@intercon.uu.net (Amanda Walker) Organization: InterCon Systems Corporation Lines: 27 In article <118@vsserv.scri.fsu.edu>, pepke@loligo (Eric Pepke) writes: > As for TextEdit, I wish that it could do more than 32K characters and do > so lickety-split, but then again, I am more interested in seeing it do > tabs and super- and subscripts. I have found that Capps' is a real nice TextEdit replacement (even if THINK doesn't want to sell it any more :-(). The only thing I occasionally wish it would do is word wrap, but. For those who aren't familar with it, it's a package of editing routines that seem to be pretty similar to TextEdit except (a) it uses longs for offsets and sizes, thus allowing >32K of text, (b) it uses a gapped text buffer to avoid moving potentially huge amounts of data around every time you insert a character, and (c) it supports tabs and "escape hooks" (which let you do magic things with control characters, like chage the text style). With some blue smoke and mirrors, I even made an MPW library out of it, so that I can use it with MPW C instead of THINK C. Too bad THINK decided to stop selling it just as people were starting to use it... -- Amanda Walker InterCon Systems Corporation amanda@intercon.uu.net | ...!uunet!intercon!amanda