home *** CD-ROM | disk | FTP | other *** search
/ Dr. CD ROM (Annual Premium Edition) / premium.zip / premium / IBMOS2_2 / NEMO02.ZIP / whats-up.doc < prev   
Text File  |  1993-08-31  |  7KB  |  156 lines

  1. $Id: whats-up.doc 1.9 93/08/31 03:25:46 ROOT_DOS Exp $
  2.  
  3. Captain Nemo version 0.2 improvments
  4. ------------------------------------
  5.  
  6. VIEWER
  7.     [1]  Shift-F7 restarts search without asking for string again.
  8.     [8]  Alt-F3 selects secondary viewer.
  9.         If F3 calls the external viewer, Alt-F3 will call the
  10.         internal one. If F3 calls the internal viewer, Alt-F3
  11.         will call the external one.
  12.     [13] Viewer has a HEX display mode. The mode is saved across files.
  13.     [14] Viewer can append the viewed file portion to a file.
  14.         It is always the binary file data which is appended,
  15.         not the screen image.
  16.     [53] When looking for strings in binary files, strings located
  17.         behind null characters can be found.
  18.     [57] File position is displayed properly for files over 20 Mb.
  19.     [58] Full pathname of the viewed file is displayed, instead of
  20.         the basename.
  21.     [59] Backscrolling speed in PM mode is greatly augmented (the
  22.         screen used to be redrawn entirely in spite of scrolling).
  23.     [61] ^E has the effect of arrow-up and ^X the effect of arrow-down
  24.     [63] Hilighted text search result stays hilighted longer.
  25.  
  26. EDITOR
  27.     [50] Built-in editor.
  28.     [59] 'dirinfo' files can be edited inside info panels.
  29.  
  30. DIRECTORY PANELS
  31.     [7]  When changing the drive from a diskette drive to another drive,
  32.         Nemo doesn't try to access the diskette, to avoid hard
  33.         error daemon popups, in case the diskette has been removed.
  34.     [9]  Mini-status windows shows size and number of tagged files, if any.
  35.     [16] After implicitely switching from brief to full directory format,
  36.         through a disk change (FAT to HPFS), Nemo 0.1 didn't notice
  37.         the change in the number of visible items per panel, so it
  38.         was possible to scroll out of the panel.
  39.     [17] Nemo has Brief formats for HPFS disks and logical naming mode.
  40.         They offer 2 colums of text on 80 column displays, and 3 on
  41.         a 132 column displays.
  42.     [24] File selection by initial starts at the current directory entry
  43.         instead of the directory beginning.
  44.     [25] Pressing "Ins" over an empty directory when "Ins Moves Down"
  45.         is off is ignored.
  46.     [26] Directories can be sorted case insensitively, as well as
  47.         sensitively.
  48.     [27] Mini-status mode can be used in as few as 8 lines.
  49.     [31] Directories can be sorted up or down.
  50.     [32) When sorting directories by size, Nemo sorts entries
  51.         corresponding to directories by name, like NC.
  52.         Direction is common.
  53.     [35] Pressing ^PageDown over something other than a directory entry
  54.         is ignored. Pressing ^PageDown over ".." acts like pressing
  55.         Enter, but doesn't replace the selection bar over the exited
  56.         directory's name.
  57.     [39] When creating a new dir while both panels show the same
  58.         dir, Nemo preserves the selection of the other panel
  59.         based on its name and not on its index.
  60.     [41] Tagged entries are not partly lost when executing an OS/2
  61.         command.
  62.     [52] Directory type is saved in nemo.ini even if a given panel is
  63.         saved as being "Info".
  64.  
  65. INFO PANELS
  66.     [23] Info panels never overflow.
  67.     [51] 'dirinfo' is displayed in info panels.
  68.     [54] Info panels are always 40 chars wide.
  69.  
  70. PANELS
  71.     [43] ^R is ignored when both panels are off.
  72.     [44] ^O, Alt-F1/F2, ^O doesn't exit through 'assert failed'.
  73.  
  74. FILE OPERATIONS
  75.     [3]  Moving locked file gives better error diagnostic:
  76.         retry/copy/cancel.
  77.         Previously it displayed that the destination file is R/O
  78.         if the destination is on the same disk as the source.
  79.         NB: NC v.2 and v.3 both have this erroneous diagnostic.
  80.     [19] Dialog box displayed when copy or move is selected from F9/Files,
  81.         while both panels are hidden is correct.
  82.     [28] When copying, or moving files from the current panel,
  83.         Nemo proposes the directory of the other panel,
  84.         if this panel is visible and a directory. Otherwise,
  85.         it proposes the current selection as target (rename).
  86.     [30] When encountering file reading problems, Nemo tries to recover.
  87.         [37] When copying/moving several files, Nemo will stop in case
  88.         of errors.
  89.     [45] ^C can interrupt a single copy/move, as well as
  90.         multiple copies/moves.
  91.     [64] Using wildcards when copying files by Shift-F5/Shift-F6 works.
  92.  
  93. MENUS
  94.     [2]  Arrow-down key pulls down menus.
  95.         This is a NC v.3 feature, not present in v.2
  96.     [15] Pull-down menus are scrollable and adjust themselves to
  97.         screen size. Nemo 0.1 exited through a failed assert
  98.         if the screen was too short.
  99.     [18] Pull-down menus accept Home/End/PageUp/PageDown.
  100.     [38] Hotkeys in pull-down menus are hilighted.
  101.     [40] When a menu cannot be shown entirely, a scrollbar is displayed.
  102.  
  103. SCREEN SAVER
  104.     [5]  Screen saver doesn't leave cursor visible in PM mode.
  105.     [20] Screen saver leaves a wandering message instead of a blank screen.
  106.  
  107. FILE FINDER
  108.     [21] In FileFind, looking for "file.*" also gives "file".
  109.         (But looking for "file" doesn't give "file.ext".
  110.         Please use "file.*" as pattern in such cases.)
  111.     [22] FileFind can be used in as few as 8 display lines.
  112.     [48] ArrowDown key unlocks the File-Find listbox when searching,
  113.         just like the End key, if issued when the selection
  114.         bar is on the last entry.
  115.  
  116. GENERAL
  117.     [6]  Cursor is hidden when the time is updated.
  118.         This avoids some parasites under the top left corner.
  119.     [10] ^P and ^S are operative.
  120.         But ^C is no more an interrupt char (it isn't in NC either).
  121.         ^Break is required.
  122.     [11] Nemo doesn't waste CPU cycles when idle.
  123.         But the screen saver cannot be waked up with a dead key.
  124.     [29] When Nemo finds nemo.ini corrupted, it writes out a correct one
  125.         if "Save Setup"/F9/O/S is selected.
  126.     [33] Code page support. Nemo will try to avoid using characters
  127.         not present in the current code page.
  128.     [42] Keyboard buffer is emptied after message boxes are displayed
  129.         and before getting user input.
  130.     [46] Hard-error daemon popups have been disabled.
  131.     [62] Nemo works in windows as small as 6 lines. Some functions won't
  132.         be available however. The impossibility to perform a certain
  133.         function is signalled by a beep.
  134.  
  135. HELP SCREENS
  136.     [12] Main help screen is scrollable and adjusts itself to screen size.
  137.         In 0.1, it was cut.
  138.  
  139. EXTENSION FILE
  140.     [34] In nemo.ext, !* can be used to insert the list of all tagged
  141.         files into a command. The list is limited to about 300 chars.
  142.  
  143. COMMAND LINE
  144.     [4]  keypad5, ^keypad5 and ^Tab don't block Nemo.
  145.     [36] When pressing Shift-Enter instead of Enter, the prefix defined in
  146.         F9/O/X is inserted before executed command line.
  147.     [47] History admits up to 40 back commands, and its panel is
  148.         scrollable if needed.
  149.     [49] Hysteresis shift is 16 instead of 15.
  150.     [55] "CD." is interpreted locally, just "like CD.." and "CD\"
  151.     [56] ^W deletes previous word instead of previous character.
  152.     [60] Alt-Enter inserts the current directory name, followed
  153.         by a backslash.
  154.  
  155. 65) ...
  156.