home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #6 / CDA_6.iso / shell / utils / disked29.arj / MANUAL.ZIP / ADDENDUM.TXT next >
Encoding:
Text File  |  1995-03-30  |  3.1 KB  |  91 lines

  1. sub-tile=Manual Addendum
  2.  
  3. 0. "The code grows faster the the documentation."  This has been
  4.    DISKED's motto for a long time.  There are still features not
  5.    yet in the manual (new manual will be out real soon now, honest).
  6.  
  7.  
  8. 1. A consistant user interface has been the most troublesome aspect
  9.    of programming.  I have tried very hard to keep DISKED easy to
  10.    use (I am lazy, I HATE trying to remember obscure, non-sensical
  11.    key/command sequences; a function key based interface for example).
  12.  
  13.    There may exist problems like messages appearing at weird places
  14.    or command input suddenly ending when you least expect it, or
  15.    lack of or extra spaces.
  16.  
  17.  
  18. 2. New commands:
  19.  
  20.    '^T'  Track file.  All sector movement will be limited to the
  21.          cuurent file.  Sector buffer offsets will be based on
  22.          the size of the file and the sector offset within the
  23.          file.  This makes editing a binary file Much Easier!
  24.          '^T' again or any Quit key will un-lock the file.
  25.  
  26.          While a file is tracked, many commands will be disabled;
  27.          only the buffer, sector/cluster movement and misc.
  28.          commands will work.  (The find command may be added
  29.          later.)
  30.  
  31.    '*'   Toggle dump filter.  If on, the ASCII portion of sector
  32.          dumps will not display character values below 20h (space)
  33.          or above 7Eh ('~').  Useful for Print-Scrn.
  34.  
  35.    'D'   Debug.  This command was previously undocumented.  This
  36.          enters a debug mode where memory allocation can be
  37.          examined.  There are the following sub-commands:
  38.  
  39.          'd'   Display memory status.
  40.  
  41.          'h'   Display summary of used and free blocks.
  42.  
  43.          'm'   Minimize heap.  This can be helpful for the '!'
  44.                command.
  45.  
  46.          'g'   Grow heap.
  47.  
  48.          'ln'  List memory.
  49.  
  50.          'k'   Change memory list format.
  51.  
  52.          '/'   Brief help.
  53.  
  54.          '?'   Extended help.
  55.  
  56.          '.'   Exit debug.
  57.  
  58.          There is much more to the memory allocation features which
  59.          I will delay explaining until I finish the real manual.
  60.  
  61.  
  62. 3. Command changes:
  63.  
  64.    'fs'  Find now locates strings across sector boundries.
  65.  
  66.    BS    Drive statistics now shows both logical and physical
  67.          parameters.  (Switching back and forth was driving me
  68.          crazy.)
  69.  
  70.    't'   Tagged sectors used to be cleared everytime a new disk,
  71.          even the current one, was logged.  Now, an argument of
  72.          0 will ask to clear the tagged array.
  73.  
  74.  
  75. 4. Keyword changes:
  76.  
  77.    Logical  This has bascially been eliminated.  Sector parameters
  78.          now show both logical and physical parameters.  I left
  79.          this in just to turn off the physical parameters.
  80.  
  81. 5. Bugs:
  82.  
  83.    /s    This command line switch will not set to a file name that
  84.          begins with a number; DISKED will think it is a sector
  85.          number to set to.
  86.  
  87.    '^Y' and 'Y'   Save and Restore state.  These commands need work
  88.          but I have left them in with the thought that maybe someone
  89.          who thinks they will be useful will give me feedback about
  90.          them.
  91.