home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / OS2 / PMVIEW3.ZIP / PMVIEW.DOC < prev    next >
Encoding:
Text File  |  1990-09-10  |  3.0 KB  |  56 lines

  1. UTILITIES
  2. DOUGLAS BOLING
  3. Vol. 9, No.  13
  4. PMVIEW
  5.  
  6. Purpose: A file browsing utility for the OS/2 Presentation Manager.   PMVIEW
  7.          displays files either in ASCII or in hex, and additionally permits
  8.          searching by phrase or jumping directly to a specified point in a
  9.          file.
  10.  
  11. Format: PMVIEW [filename] [/i]
  12.  
  13. Remarks: PMVIEW can be invoked either from an OS/2 window or from the
  14.          full-screen command line.  If no filename is entered initially,
  15.          a dialog box is opened listing the available drives and files from
  16.          which a file may be selected.   PMVIEW can also be made a part of
  17.          the Program Manager group, in which case it can be selected from a
  18.          menu at startup.  Adding the optional /i switch, either at the
  19.          command line or as a parameter of the Start Programs menu, will
  20.          load PMVIEW with a specified filename and immediately shrink it
  21.          to an icon, making it instantly available.  The selected filename
  22.          is shown in the title bar of the display window and as the title
  23.          of an icon when the window is minimized.
  24.  
  25.         Search menu options for PMVIEW permit entering either a phrase or an
  26.         offset to which the utility will jump.  Configuration options permit
  27.         customizing the screen color, display font size, display format,
  28.         tab stop setting, and whether or not the scroll bars should be shown.
  29.         These settings become program defaults, but may be changed at any time.
  30.  
  31. ===============================================================================
  32. 9/9/90
  33. Modifications by Ken Singer
  34. PMVIEW Enhancements/Fixes to original PC Magazine version:
  35.  
  36. 1.  Fixed bug when displaying ASCII bytes > 7F in Hex display.
  37. 2.  Corrected Hex display to display found search string as top line.
  38. 3.  Added Hex string search option.
  39. 4.  Corrected inability to scroll past 64K using vertical scroll slider.
  40. 5.  Corrected random posiitioning in top line when using vert. scroll slider.
  41. 6.  Added Hex offset and Line No. options in Search Goto command.
  42. 7.  Corrected expanding of Tabs.
  43. 8.  Corrected Hex display when jumping to/near end of file.
  44. 9.  Modified End key to go to start of last line (ASCII) / 16-byte para (Hex).
  45. 10. Corrected repeating lines of text between last CR and last byte of file.
  46. 11. Corrected to prevent scrolling of Hex display beyond end of file.
  47. 12. Added Hex-EBCDIC display option.
  48. 13. Corrected to ensure vertical scroll slider visibility in Hex display.
  49. 14. Corrected problem introduced by item 5.
  50. 15. Modified Open File Dialog to put name of viewed file at top of list box.
  51. 16. Corrected incorrect file name displayed in "Unable to open the file" msg.
  52. 17. Added file name filter retention between Open File dialogs.
  53. 18. Added "New" item on File sub-menu to close file and leave PMVIEW active.
  54. 19. Changed shortcut key for Exit to Alt-X (from Alt-E) to conform to CUA.
  55. ===============================================================================
  56.