home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / os20 / util / muienv / muienv.doc < prev    next >
Text File  |  1993-12-21  |  4KB  |  143 lines

  1. MuiEnv 1.2
  2. **********
  3.  
  4.                      Documentation for MuiEnv 1.2
  5.  
  6.            Date: 14 November 1993  Author: Michael Suelmann
  7.  
  8. Copyright
  9. *********
  10.  
  11.    MuiEnv 1.2 is Freeware and may be copied and used for free, as long
  12. as it is distributed complete with documentation.
  13.  
  14.    The Use of MuiEnv is at your own risk. The author may not be made
  15. responsible for damage caused by use of this program.
  16.  
  17.    MuiEnv is copyright (C) 1993 Michael Suelmann.
  18.  
  19. Overview
  20. ********
  21.  
  22.    MuiEnv is a program for manipulation of environment variables.
  23. MuiEnv can edit, save, load, delete, rename, and create environment
  24. variables.
  25.  
  26.    Contrary to other programs of this type, MuiEnv supports
  27. subdirectories in ENV: and ENVARC:
  28.  
  29.    MuiEnv uses MagicUserInterface, Copyright (C) 1993 Stefan Stuntz.
  30.  
  31. Requirements
  32. ************
  33.  
  34.    MuiEnv 1.2 needs version 2.04 (37.175) oder higher of the Amiga
  35. Operating System.
  36.  
  37.    MuiEnv uses MagicUserInterface by Stefan Stuntz.  MagicUserInterface
  38. is not included. You can find it as dev/gui/mui1_3.lha on Aminet.
  39.  
  40. Installation
  41. ************
  42.  
  43.    For installation, simply copy the program MuiEnv to a directory in
  44. the path.
  45.  
  46.    As external editor for environment variables $EDITOR is used. So
  47. you must set the EDITOR variable with SetEnv EDITOR program
  48. name or with MuiEnv.
  49.  
  50. Usage
  51. *****
  52.  
  53.    MuiEnv opens a window with a listview, a string gadget and several
  54. button gadgets.
  55.  
  56.    The listview shows the current environment variable, that can be
  57. chosen by arrow keys or by mouse.
  58.  
  59.    With TAB you can switch between the listview and the string gadget.
  60. The contents of the string gadget are valid for all actions.
  61.  
  62.    With RETURN or a double click inside the listview you can change to
  63. a subdirectory if a directory is selected, if a short variable is
  64. selected, the Edit button is triggered, if a long variable or a
  65. Variable containing Null-bytes is selected, the Edit ext. button is
  66. triggered.  This is functioning, too, if the string gadget is activated.
  67.  
  68.    The Edit button opens a new window with a string gadget to change
  69. the current environment variable and three button gadgets: Save saves
  70. the environment variable to ENV: and ENVARC:Use saves only to
  71. ENV: and Cancel cancels.
  72.  
  73.    The Edit ext. button calls the external editor $EDITOR to edit
  74. the contents of the current environment variable.
  75.  
  76.    The Save button copies the current environment variable from
  77. ENV: to ENVARC:.
  78.  
  79.    The Reload button copies the current environment variable from
  80. ENVARC: to ENV:.
  81.  
  82.    the Delete button deletes the current environment variable in
  83. ENV: and ENVARC:. It deletes a directory completely with
  84. contents.
  85.  
  86.    The Rename button opens a new window with a string gadget to change
  87. the name of the current environment variable and three button gadgets:
  88. Save renames the environment variable in ENV: and ENVARC:,
  89. Use renames only in ENV: and Cancel cancels.
  90.  
  91.    The MakeDir button opens a new window with a string gadget to
  92. create a new directory and three button gadgets: Save creates the
  93. directory in ENV: and ENVARC:Use creates only in ENV: and
  94. Cancel cancels.
  95.  
  96.    The Rescan button rereads the contents of the listview.
  97.  
  98.    The Parent button shows the contents of the parent directory in
  99. the listview.
  100.  
  101.    The About button displays information about MuiEnv.
  102.  
  103.    The Quit button quits MuiEnv.
  104.  
  105.    New variables a created by inserting an new variable name in the
  106. string gadget and pressing Edit or RETURN.
  107.  
  108. History
  109. *******
  110.  
  111.    1.0, Date 5.10.93
  112.    - first released Version
  113.  
  114.    1.1, Date 29.10.93
  115.    - enforcer hit removed
  116.  
  117.    - new buttons Makedir and About
  118.  
  119.    1.2, Date 14.11.93
  120.    - Edit function now saves not only 80 chars, but all chars.
  121.  
  122.    - Edit and Edit ext. button are disabled when a directory is
  123.      selected.
  124.  
  125.    - improved behavior with empty directories
  126.  
  127. Author
  128. ******
  129.  
  130.    Please send me suggestions, critics, and bug reports.
  131.  
  132.      Address:
  133.          Michael Suelmann
  134.          Neuburger Straße 61
  135.      
  136.          D-94032 Passau
  137.      
  138.          Germany
  139.      
  140.      E-Mail:
  141.          suelmann@forwiss.uni-passau.de
  142.  
  143.