home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / yikes / yikes.exe / _SETUP.1 / readme.txt next >
Text File  |  1999-07-14  |  3KB  |  82 lines

  1. Y.I.K.E.S. Readme
  2.  
  3. Introduction
  4. ------------
  5. YIKES stands for "Yes, I Kan Edit Stuff."  It was designed and built
  6. by Alden Bates.
  7.  
  8. I liked the Editor which came with DOS.  It was small and simple, you
  9. could edit text with it, and that was about it.  The Windows95 version
  10. let you edit 9 files at a time.  Having used this editor for a while,
  11. I realised that there were a few shortcomings it had (like the 9 file
  12. limit) and that it ought to be reasonably easy to write something that
  13. worked with the Windows GUI system instead of from inside a DOS window.
  14.  
  15. So I started with TurboPower's Orpheus controls library and started
  16. coding.  YIKES was the result.
  17.  
  18. YIKES can edit text files and (to some degree) raw binary files.  I
  19. have tried to keep it as close functionally to the DOS editor as
  20. possible, although in some cases this wasn't easy.
  21.  
  22. Loading Files into YIKES
  23. ------------------------
  24.  
  25. There are several ways of doing this:
  26. 1) Using the File|Open menu item
  27.   This is standard as in most Windows applications
  28. 2) Drag and Drop
  29.   This is only good for Text Files at present.  It is not recommended
  30.   you drag and drop binary files.
  31. 3) Command line
  32.   From the DOS command line, you can invoke the editor using:
  33.   yikes <filename.txt>
  34.   Optional command line parameters:
  35.   /R - open following files as read only
  36.   /B - open following files as binary
  37.   /N - open following files as non-read-only text
  38.   (This requires YIKES' install directory to be in the DOS path)
  39. 4) File Associations
  40.   To associate YIKES with a file type, hold down shift and right-click
  41.   on the file.  Select "Open With...", select yikes in the list of
  42.   applications and click the "always use this program to open this
  43.   type of file" checkbox.  If yikes is not in the list, click the
  44.   "Other" button and browse to find yikes.exe.
  45.   
  46.  
  47. Installation
  48. ------------
  49.  
  50. If not using the automatic installation program, simply unzip the
  51. files into a new directory and create a shortcut to yikes.exe.
  52.  
  53. Known Bugs
  54. ----------
  55.  
  56. On occasion when opening a large number of files, the buttons will
  57. not organise themselves into lines properly.  Once a file is opened
  58. or closed, they should reorganise.
  59.  
  60. When using WindowBlinds, the window position may not be restored
  61. correctly when restarting YIKES.
  62.  
  63. Credits
  64. -------
  65. Main Program by Alden Bates.
  66. Alden's Home Page is Tetrapyriarbus:
  67.   http://tetrap.simplenet.com/
  68. Orpheus controls by TurboPower:
  69.   http://www.turbopower.com/
  70. YIKES was built in Borland C++ Builder 3:
  71.   http://www.borland.com/
  72. Alpha/Beta testers: Jason Fraser, Nathan Roberts
  73.  
  74. The author should not be held responsible for loss of data resulting
  75. from use of this program.
  76.  
  77. Distribution
  78. ------------
  79. YIKES may be distributed free of charge only.  It may only be
  80. distributed in the original zip file complete with all files.  YIKES
  81. may not be distributed for profit unless you give me some.  So there.
  82.