home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / Utils / CLIGuard2.arc / !CLIGuard / Changes < prev    next >
Text File  |  1995-01-02  |  3KB  |  67 lines

  1. CLI Guardian version 1.10
  2. ⌐ Sam Kington 27th December 1994
  3.  
  4. Changes since version 1.00
  5. **************************
  6.  
  7. Please note: the Choices file has changed format, so some mouse actions may
  8. not be correctly loaded. Sorry about that.
  9.  
  10. Module list window:
  11.    Å You can now see the size of the module (*NB*: code only, not workspace).
  12.    Å Sort by date and sort by size added.
  13.    Å You can also save the contents of the module list window, as a text ₧le
  14.      padded with spaces. Use Zapæs ötabifyò option or similar things to make
  15.      it word processor-friendly.
  16.      
  17. Help:     
  18.    Å Help is now available on BASIC keywords.
  19.    Å You can get help on modules from the Help window, i.e. enter öSCSIò and
  20.      select öModuleò and it will give you formatted help on all modules
  21.      beginning with öSCSIò. This help is also available to external tasks
  22.      with the command CLIGuardHelp (e.g. CLIGuardHelp SCSI will do the same
  23.      thing).
  24.    Å You can get öRaw helpò on a module, i.e. what *Help would have given you
  25.      rather than the formatted version CLI Guardian gives you.
  26.  
  27. Viewer windows:
  28.    Å When you get help on a heading, it instead gets help on everything
  29.      between this and the next heading (or the next line). This means that
  30.      e.g. clicking on öCommandsò in a moduleæs list of commands etc. gets
  31.      help on all the commands, and clicking on the heading öHelp on module
  32.      <whatever>ò gets help on all the help options.
  33.    Å As well as displaying a list of Commands, Con₧guration options etc., a
  34.      module viewer window will now also display the SWIs provided by the
  35.      module. You canæt get help on these, probably, but it does often explain
  36.      why a massive big module doesnæt seem to do much (i.e. no Help, no
  37.      commands).
  38.      
  39. *Command window:
  40.    Å Better editing: deleting, inserting and removing spaces now works more
  41.      like you would expect it to.
  42.    Å CLI Guard passes öillegalò commands either to a Task window or starts
  43.      them up as separate tasks.
  44.    Å Other tasks like Director can now ask CLI Guardian to run a command and
  45.      display the result in a window by using the command CLIGuardCommand.
  46.      e.g. CLIGuardCommand Show File$Type_* will display all the known ₧le
  47.      types in a CLI Guardian window.
  48.    Å CLI Guardian now knows about Line Editor (no-one should be without it):
  49.      it inserts its own commands into the command history, and will display
  50.      it when you press F2. F1 also retrieves the last command run (including
  51.      external commands run by RunCommand).
  52.    Å Dragging a ₧le to the window inserts the full pathname in the last
  53.      argument ₧eld.
  54.  
  55. Miscellaneous:
  56.    Å You can now save a module from the module area (or ROM) to disc, to
  57.      dissassemble it or whatever.
  58.    Å A ₧le öFileDragsò contains a list of *commands to run when ₧les of a
  59.      certain type are dragged to the CLI Guardian window.
  60.    Å Help cross-referencing now works better (explicit links like ösee *List
  61.      and *Print.ò will now be followed).
  62.    Å Various bug ₧xes: the window and menus donæt behave as erratically, font
  63.      handling has been improved, CLI Guardian can cope better with
  64.      badly-written modules and hopefully doesn't crash as much. öRescanò will
  65.      now also jettison any windows and give back any claimed memory, so
  66.      choose öRescanò if CLI Guardian grabs all available memory and refuses
  67.      to give it back.