home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / programm / 14209 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.1 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!sdd.hp.com!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!minow
  2. From: minow@Apple.COM (Martin Minow)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: TextEdit:  Breaking the 32K limit (MPW)
  5. Message-ID: <71386@apple.Apple.COM>
  6. Date: 19 Aug 92 16:53:13 GMT
  7. References: <6283@ucru2.ucr.edu>
  8. Organization: Apple Computer Inc., Cupertino, CA
  9. Lines: 16
  10.  
  11. In article <6283@ucru2.ucr.edu> ezix@ucrengr.ucr.edu (edward j. zix) writes:
  12. >Has anyone had any luck in breaking thehistorical limit of 32K of text in
  13. >TextEdit?
  14.  
  15. Sorry, it probably can't be done. TextEdit stores all text in a single Handle
  16. and uses a signed short for its length. It also is very inefficient for large
  17. blocks of data.
  18.  
  19. You might try one of the 3rd party utility libraries, such as Word
  20. Solution Engine; perhaps it will solve your problems. Also, the Programmer's
  21. Editor Package offered by Rich Siegel (siegel@world.std.com) is probably
  22. worth looking at.
  23.  
  24. Martin Minow
  25. minow@apple.com
  26. The above does not represent the position of Apple Computer Inc.
  27.