home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / desktop / cliguard_1 / !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 file
  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, Configuration 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 file
  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 file to the window inserts the full pathname in the last
  53.      argument field.
  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 file “FileDrags” contains a list of *commands to run when files 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 fixes: 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.