home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / text / xmore-1.4.lha / xMore / xMore14.readme < prev    next >
Text File  |  1994-04-28  |  4KB  |  85 lines

  1. Short: Fastest reader with XPK support
  2. Type: text/show
  3. Uploader: tlahtone@snakemail.hut.fi 
  4.  
  5. What is it?
  6. -----------
  7.  
  8. Yet another file reader, you might think, and you are right.  I missed
  9. small XPK-understanding file reader with reasonable feature list, but there
  10. was none available.  Most ( (c) 1992 by Uwe Röhm) can hardly be called
  11. small (but it surely has 'reasonable' feature list!).  I have to admit that
  12. xMore is currently bigger than I planned it to be, but people don't seem to
  13. want small programs, they want features!  So, what do you get?
  14.  
  15.     + light speed search! No loss of speed even if case insensitive
  16.       and/or backwards!
  17.     + wildcard search. Searching doesn't slow down if only "?" is
  18.       used (in fact it is FASTER when "?" is used).
  19.     + hex mode.
  20.     + FAST scrolling. Should beat Most (pun intended) textreaders
  21.       using customized Text() function with custom screen.
  22.     + displays ANSI styles (no colors) and some backspace-styles
  23.     + variable TAB size! (now you can read those funny #?.c
  24.       files with too much TABs ;)
  25.     + can start one of the four possible editors.
  26.     + freely definable keys!
  27.     + font sensitivity, user definable font.
  28.     + definable window dimensions, defaults to display size.
  29.     + opens on any public screen or opens it's own screen.
  30.     + multiple files from shell, Workbench and file requester.
  31.     + pipe support.
  32.     + clipboard support.
  33.     + Support for Directory Opus compatibility.
  34.     + character conversion.
  35.     + lots of small details like default zoomed size exactly one
  36.       line high. Small things make the difference!
  37.     + can be made resident (has been pure from day one, but who
  38.       remembers to mention everything)
  39.     + OS 2.04 required (sorry, v36 users. There just is too much
  40.       functions in RKMs with text 'this function is broken in V36'
  41.       that I didn't bother dodging them. To pre-2.0 users xMore is
  42.       Yet Another Reason To Update. Come on guys, do you use CP/M
  43.       at work or what ? ;)
  44.     + Can read files containig more than 65535 lines! With hex mode
  45.       this is MUST (256K+ file in narrow window = lots of lines!).
  46.       (This would be suitable place to mention certain well-known
  47.       directory utility and another XPK-supporting reader which both
  48.       assume no-one has REALLY big files, but that could give offence
  49.       to JP and UR, so I won't)
  50.  
  51.     - wildcard search only supports "?"
  52.     - reads whole file into memory (EVERYBODY has min. 1 Meg today)
  53.  
  54. ; 1.4    10.04.94
  55. ;    Now recognizes window size changes correctly.
  56. ;    Pipe and clipboard support added.
  57. ;    Supports reverse character/cell colors. Form feed/carriage return
  58. ;    displayed as reverse "L"/"M".
  59. ;    Can backspace over one style change, speeds up backspace-styles a lot!
  60. ;    Scrolling with left mouse button. Forcequit with right mouse button if
  61. ;    RMBQUIT given. This one for DOpus freaks.
  62. ;    Menu multi-selection works.
  63. ;    Mysterious Software Failure found - I forgot to RemoveGadget() the
  64. ;    scroller, leading to wild reads after DisposeObject(). What's worse,
  65. ;    CloseWindow() tried to free gadget memory - kaboom 8(
  66. ;    Argument parsing rewritten. Now reads arguments from commandline (if
  67. ;    started from shell), then fills in non-specified arguments using icon
  68. ;    tooltypes and finally from settings file.
  69. ;    Interline spacing.
  70. ;    Uses custom Text() routine if machine and font permit it (68020+, 8*8
  71. ;    font). Disabled on V39 machines if RastPort doesn't support per-plane
  72. ;    masking (display boards).
  73. ;    Uses project-specific FILEMODE and TABSIZE tooltypes.
  74. ;    If you changed tabsize while having scrolled right, titlebar still
  75. ;    displayed horizontal offset.
  76. ;    Fixed lockup when trying to jump to unset bookmark (yet another
  77. ;    "optimization" 8(
  78. ;    Tab code changed, hopefully last time.
  79. ;    Automagic character conversion.
  80. ;    If xMore doesn't have path, copies it from Workbench. Should help
  81. ;    when starting editor with activator (CEd, GoldEd ...).
  82. ;    If xMore has to determine the screenmode, it takes it from default
  83. ;    public screen instead of Workbench.
  84.  
  85.