home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 119 / af119sub.adf / Next.lzx / Next2.4 / Next2.4.readme < prev    next >
Text File  |  2010-12-19  |  4KB  |  85 lines

  1. Short:    Viewer for text/aguide/html/datatypes
  2. Author:   Jürgen Klawitter
  3. Uploader: Andreas Neumann  <Neumanna@stud-mailer.uni-marburg.de>
  4. Type:     text/show
  5. Replaces: text/show/Next2.3*
  6.  
  7.  
  8.   NEXT is a fast and compact text viewer, written in assembly.
  9.   It displays all kinds of files including binaries, crunched and
  10.   archived files. OS 2+ is required.
  11.  
  12.  
  13. Main Features:
  14. --------------
  15.     - reentrant code (can be made resident)
  16.     - converts HTML files to readable text
  17.     - replaces AmigaGuide
  18.     - converts AmigaGuide files if wanted
  19.     - converts MSDos text files
  20.     - extracts text out of MSWord and MSWrite documents
  21.     - decrunches powerpacker data files (internal routine)
  22.     - decrunches SZDD files (often found in MSDos environment)
  23.     - reads XPK files
  24.     - unpacks and displays archived files (LhA,LZX,ZIP,GZIP,COMPRESS,TAR)
  25.     - internal detar routine
  26.     - unpacks whole archives or selected files to a destination directory
  27.     - displays pictures (OS 3+ and datatypes needed in this case)
  28.     - remembers previously loaded files
  29.     - easy laoding of your favorite files
  30.     - is font sensitive, font selection by font requester
  31.     - saves/prints whole file or a definable block
  32.     - printings with title line and page numbers (position and style
  33.       of title line are selectable)
  34.     - fast and effective search: all matches are displayed at once on
  35.       screen
  36.     - pattern search
  37.     - search by mouse click
  38.     - special search routine for binaries
  39.     - counts words, strings or chars within file or block
  40.     - various modes to load a file
  41.     - scans directories using patterns
  42.     - support for AMINET
  43.     - bookmarks
  44.     - appwindow
  45.     - clipboard copy
  46.     - size of displayed files unlimited
  47.     ... and more
  48.  
  49.   ---------------------------------------------------------------------
  50.  
  51.   Changes V2.4
  52.   ============
  53.  
  54.   meaning: + new, ^ improved, * changed, - removed
  55.  
  56.   + Fonts can now be selected by font requester (reqtools.library)
  57.   + Within list windows (archive lists, ReLoad, MyFiles, Help) strings can
  58.     be searched for. "S" or "." starts search, "N" continues search.
  59.   + Data files produced by Microsoft Word and Write are now converted to
  60.     readable ansi text.
  61.   + Conversion of unreadable chars within MSDos text files to Amiga chars.
  62.   + Command "Switch conv(ersion)": shows converted text files (guides, html,
  63.     MSWord, MSWrite, MSDosText) unconverted and vice versa.
  64.   + Internal detar routine to list or extract TAR archives.
  65.   + Help window can now be used as popup menu.
  66.   + Option RES: makes dearchivers lha/lhx, lzx/unlzx and unzip resident when
  67.     needed for the first time. This increases speed of archive operations.
  68.   + Internal routine for unpacking SZDD files (frequently found on CDs
  69.     for MSDos computers)
  70.   ^ Conversion of HTML files improved (numbered and nested lists).
  71.   ^ NEXT asks for path of editor if not defined in next.prefs.
  72.   ^ File requester remembers last file selected.
  73.   ^ File requester has a pattern gadget now.
  74.   ^ List window for archive lists remembers last file selected and displays
  75.     it selected when the window is opened anew.
  76.   ^ Unpacking of whole archives or selected files within an archive is now
  77.     possible without opening the main window.
  78.   ^ GZip and compress archives are now treated like other archive types.
  79.     A list window will open and display the archive contents.
  80.   ^ Functions Goto, Jump, Search with increased speed.
  81.   - Print screen: block must be defined now.
  82.   - Automatic reloading of current file after changing from/to @PUR mode.
  83.     Use "Switch conv" instead.
  84.   - Several harmless bugs.
  85.