home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 20106 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.5 KB  |  58 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!world!siegel
  3. From: siegel@world.std.com (Rich Siegel)
  4. Subject: Re: Programming Group and the 32k TextEdit barrier
  5. Message-ID: <BzJK8w.I8q@world.std.com>
  6. Organization: GCC Technologies
  7. References: <dnebing-191292195308@m64-134.bgsu.edu>
  8. Date: Sun, 20 Dec 1992 04:53:19 GMT
  9. Lines: 47
  10.  
  11. In article <dnebing-191292195308@m64-134.bgsu.edu> dnebing@andy.bgsu.edu (Dave Nebinger) writes:
  12.  
  13. (writes about apparent lack of options for large-file text editing)
  14.  
  15. >1)  Existing PD or ShareWare editors: There is quite a range of these 
  16. >    that are available to anyone who can ftp them. And these are all 
  17. >    very good programs. While they are fine as editor in themselves, 
  18. >    there still is no way to handle the files greater than 32k by 
  19. >    your own application. You must either communicate directly with 
  20. >    the editor or trust the user to do all of the work. While this 
  21. >    can solve the problem, it becomes quite a hassle for the user to 
  22. >    be switching in and out of two apps. Also, if you implement the 
  23. >    communication with the application, you rely on the fact that 
  24. >    the author will not change the communication method. If it does 
  25. >    change, you have to change your app to keep up compatibility. 
  26.  
  27. A number of text editors (BBEdit comes to mind) support programmable
  28. extensions. The inherent advantage is that the programmer only has
  29. to implement the external functionality, and the editor takes care
  30. of the rest. Also, users don't have to learn another application or
  31. have more than one application running.
  32.  
  33. >4)  There also exists the CAPPS library from Think that came out a 
  34. >    long time ago, but it is currently unsupported and I don't know 
  35. >    how to get my hands on it.
  36.  
  37. The Programmer's Editor Package (PE Package) is a version of the Capps
  38. package which is supported, and provides an assortment of bug and
  39. compatibility fixes. Upgrades are available for owners of the Capps
  40. library package.
  41.  
  42. >For these reasons, I would like to create something to fix these 
  43. >problems. But since it is a large, somewhat complicated project, it 
  44. >would probably be completed faster and easier as a group project. 
  45.  
  46. I disagree. A text engine, while nontrivial, is not complicated enough
  47. to warrant the effort of more than one or two programmers.
  48.  
  49. R.
  50.  
  51.  
  52.  
  53. -- 
  54. -----------------------------------------------------------------------
  55. Rich Siegel                              Internet: siegel@world.std.com
  56. Senior Software Engineer
  57. GCC Technologies
  58.