home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / MOUSEDIR.ZIP / MOUSEDIR.DOC < prev    next >
Text File  |  1992-03-27  |  2KB  |  46 lines

  1.  
  2. I have created some macros that make it a little easier to navigate DIR
  3. files in KEDIT 5.x.  I've also added UNDO, DIR, and RXFMT to the mouse
  4. macros listed while editing non-DIR files.
  5.  
  6. RXFMT will format a Rexx or Kexx file so that all loops are indented,
  7. variables are lower case, keywords are capitalized, etc.  The style
  8. to which it formats was chosen by me.  Feel free to change it.  RXFMT
  9. calls a macro named REXXREF2.KEX.  Separate documentation for
  10. REXXREF2 can be found in REXXREF2.DOC.
  11.  
  12. The following MOUSEBAR macros have been added when processing DIRs.
  13.  
  14. [MDir]    - Makes a new directory.
  15.  
  16. [Copy]    - Copies tagged file(s).
  17.  
  18. [Erase]   - Erases tagged files and/or subdirectories.
  19.  
  20. [Tag]     - Tags or Untags the entire list of items.
  21.  
  22. [Sort]    - Allows you to sort your list(s) by NAME, EXTENSION, or SIZE.
  23.  
  24. [Refresh] - Does a DIR again on the current list.
  25.  
  26. The path of the current list is always shown on the screen's top line.
  27.  
  28.           ==============================================
  29.  
  30. Included in the ZIPped package should be:
  31.  
  32. MOUSEDIR.KEX - macro to call from your PROFILE.KEX
  33.  
  34. MOUSEDIR.KML - macros for DIR files (invoked by MOUSEDIR.KEX)
  35.  
  36. UNZIP.KEX    - Uses "PKUNZIP -v" and shows the result as msg lines
  37.                PKUNZIP.EXE must be in your path.  I do not provide it.
  38.  
  39. REXXREF2.KEX - REXX/KEXX indenter and cross-reference aid
  40.                This version will ONLY work under OS/2 2.x
  41.  
  42. REXXREF2.DOC - Documentation for above.
  43.  
  44. KILLDIR.KEX  - OS/2 Rexx program that erases single file and/or
  45.                directories.  Invoked by MOUSEBAR_ERASE.
  46.