Short: Viewer for text/guides/html/datatypes Uploader: Jürgen Klawitter Author: Jürgen Klawitter Type: text/show Replaces: text/show/Next3.4.lha NEXT is a fast and compact text viewer, written in assembly. It displays all kinds of files including binaries, crunched and archived files. OS 2+ required. Main Features ------------- - Hypertext viewer for HTML (offline) and AmigaGuide documents. Doesn't need amigaguide.library but uses it if wanted - Conversion of various text formats: IBM/MSDos text, MacIntosh text, MacBin, FTXT, RTF, MSHelp files, Unix manual pages, MSWord, MacWord, MSWrite, WordPerfect, FinalWriter and WordWorth - displays powerpacked data files (internal routine) and XPK files - expands LZ77 compressed (SZDD) files - unpacks and displays archived files by external dearchivers (LhA,LZX,ZIP,GZIP,RAR,COMPRESS,TAR) or by XAD (xadmaster.library and clients) - internal detar routine - GUI for dearchivers/XAD - build-in commands: Copy, Delete, InitPrinter, Filenote - displays pictures and sounds by datatypes - has own print routine for pictures - file history - easy loading of your favorite files which can be predefined - font sensitive, font selection by font requester - saves/prints whole file or a definable block - printings can be done with headings and page numbers if wanted (position and style of title text can be selected) - fast and effective search: all matches are displayed at once on screen - pattern search - search by mouse click - special search routine for strings within binaries - counts words, strings or chars within a file or block - various modes to load a file - scans directories using wildcards - Aminet support - bookmarks - appwindow - clipboard copy - size of displayed files unlimited - pipe support - reentrant code (can be made resident) ... and more --------------------------------------------------------------------- Changes in V3.5 =============== meaning: + new, ^ improved, * changed, - removed ^ Scrolling by wheelmouse works a bit different. The number of lines by which text is scrolled depends now on window height (see WHEELSTEP). If you have no wheelmouse you can simulate wheel movements by Alt-Down and Alt-Up. + Option WHEELSTEP/K/N: determines the fraction of lines in the window by which text is scrolled. Example: 30 lines are visible, WHEELSTEP=5. Result: Text is scrolled by 30/5 = 6 lines per wheel movement. Default is WHEELSTEP=6. + Conversion of AmigaWriter documents. File type: AW ^ Maximal window width increased to 132 rows or 800 pixels. Window can be sized up to that limit. ^ Actions by F1/F2/F3 keys somewhat improved. Try yourself. ^ MSWord conversion: automatic numbering of footnotes didn't work with more than 130 notes. Now number of footnotes is almost unlimited (Word8+). ^ Execute: If CMD=" %s" %s will be enclosed by quotation marks before opening the Execute requester. Usefull if name of current file contains spaces. CMD=" "%s"" doesn't work. ^ New file type XML. XML files are converted better, especially PAD files (Portable Application Description). - Wrong version number in titles of font- and filerequesters - BUG: Introduction of the SCREEN option in Next3.2 disabled search with wildcards. * Copy is now performed by Shift-C, copy to clipboard (Clip block) by Amiga-C. For the count functions "K" must be used instead of "C" (K, Shift-K, Amiga-K)