home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FPC225_2.ZIP / ZDEMO.ZIP / ZNOTES.TXT < prev   
Encoding:
Text File  |  1988-10-23  |  1.0 KB  |  24 lines

  1. \ ZNOTES.TXT    Notes on the new Z editor               by Tom Zimmer
  2.  
  3.   The KERNEL.COM file included in this archive is slightly different
  4. than the normal F-PC kernel file.  This kernel was compiled with four
  5. (4) threads, rather than 64 to save space, and the read buffer
  6. defaults to 2000 bytes. Since we will only be compiling once in a
  7. while the slightly slower compile will not matter.
  8.  
  9.   Many of the editor utilities can be omitted if you want a smaller
  10. editor. I have been able to get the editor down to 41k by stripping
  11. out everything including menus, help and printing. If you want to try
  12. this, put a "\" in front of every line in the Z.SEQ file that has the
  13. word OPTIONAL at the end.
  14.  
  15.   This will make the editor much smaller, but will also remove most
  16. of the nice features, so remove things with caution.
  17.  
  18.   Converted Z to use the new memory limited editor rather than a
  19. fixed 64k limit. It should now be possible to edit much larger files.
  20.  
  21.   Converted Z to work with larger displays up to 132 columns by 44
  22. lines.
  23.  
  24.