home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_BAS / ED11.ZIP / README.TXT < prev   
Text File  |  1994-01-27  |  2KB  |  44 lines

  1. Notes for version 1.1
  2. =====================
  3. I am an occasional user of this program (ED.EXE).  It is a Windows
  4. interface to MSDOS based editors.  Even today, I still find I do a
  5. significant amount of work in the editor I took pains to learn so long
  6. ago... But I was tired of carrying around VBRUN100.DLL (271264 bytes)
  7. for a small utility program.  After discovering that ED was a freeware
  8. program, and that I had the source code, I decided to make a few very
  9. small alterations and re-upload it in case there was anyone else that
  10. needs it and doesn't have VB to recompile the source.
  11.  
  12. The files that should be present in this release:
  13. -------------------------------------------------
  14. README.TXT - This file.
  15. ED.EXE     - The Ed interface executable
  16. ED.MAK     - The Ed project file
  17. ED.FRM     - The Ed form source code (ASCII)
  18. ED.FRX     - The Ed form binary data
  19. ED.BAS     - The Ed global file
  20. ED.TXT     - ASCII documentation
  21. ED.HLP     - The Ed Windows Help file
  22. ED.HPJ     - The Ed Help Project file
  23. ED.RTF     - The Ed Help file in Rich Text Format (WinHelp Source code)
  24. ED.BMP     - The Ed Help file bitmap
  25.  
  26. New in Version 1.1
  27. ------------------
  28. Config File:   The ED.CTL file is no longer used.  Option settings
  29.                are now stored with the Windows INI files in EDCTL.INI
  30.  
  31. Options:       When checked, the "Exit After Starting Editor" option causes
  32.                ED.EXE to terminate after starting your MSDOS editor.
  33.  
  34. Help File:     Version 1.0 used an ASCII text file as its help file, and
  35.                Notepad was called to view it.  Back when its author wrote
  36.                this program, you were lucky to get ANY kind of help file.
  37.                Thank goodness its a little easier to make .HLP files
  38.                nowadays.  Anyway, "Contents" has replaced "Reference".
  39.  
  40. Miscellaneous: A. The Maximize button has been removed.  It served no purpose.
  41.                B. The border is now of type "Fixed Single".  I didn't feel that
  42.                   a sizable border was appropriate.  You can of course change
  43.                   it back in the source code...
  44.