home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / EDITWIN / README.1ST < prev   
Text File  |  1992-07-01  |  879b  |  34 lines

  1.                            EDITWIN.LZH
  2.  
  3.                            Pat Anderson
  4.                          Pascal Alley BBS
  5.                              1:343/52
  6.                           (206) 222-6224
  7.  
  8. This package is NOT FINISHED.  It should be considered a "wide
  9. beta."  The package contains the following files:
  10.  
  11. MINIKIT.PAS     A non-OOP mini toolkit.
  12. MINIKIT.TPU
  13. KEYDEFS.INC     Include file for MINIKIT
  14.  
  15. EDLINE.PAS      A non-OOP line editor - depends on MINIKIT.
  16. EDLINE.TPU
  17.  
  18. O_TBUF.PAS      An OOP text buffer.
  19. O_TBUF.TPU
  20.  
  21. EDITWIN.PAS     An OOP drop-in text editor - depends on
  22.                 MINIKIT, EDILINE and O_TBUF.
  23. EDITWIN.TPU
  24.  
  25. ED.PAS          Demo program for EDITWIN.
  26. ED.EXE
  27.  
  28. Released to the public domain 7/1/92.  Comments/suggestions
  29. solicited.  If you use this code in a program or modify it,
  30. please attribute its source.
  31.  
  32.  
  33.  
  34.