home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / AUROR110.ZIP / READ.ME < prev    next >
Text File  |  1993-10-06  |  7KB  |  156 lines

  1.  
  2.  
  3.               ***  The Aurora Editor v1.1, October 1993  ***
  4.                   (c) Copyright 1993 Aurora Terra, Inc.
  5.                            All Rights Reserved.
  6.  
  7.  
  8.   Welcome to The Aurora Editor v1.1. The Aurora Editor is a beautiful
  9.   new high performance text editor with a superb windowing environment,
  10.   full mouse support, a huge one gigabyte virtual memory for editing
  11.   very large files, an object oriented macro language, a multi-instance
  12.   programmable file manager, unlimited multi-level undo/redo, a 386
  13.   version, and much, much more!
  14.  
  15.   To install The Aurora Editor, simply copy the distributed files to the
  16.   drive and directory of your choice. Add this directory to your DOS
  17.   "PATH" for easier access.
  18.  
  19.   While you are using the editor, you can press F1 or click on the Help
  20.   menu bar item to obtain online help on any topic. Press <Esc> to
  21.   activate the pull-down menu system and explore the features of The
  22.   Aurora Editor.
  23.  
  24.   The complete documentation for using and configuring the editor is
  25.   contained in the file A.DOC. Documentation for the Macro Language is
  26.   contained in the file AML.DOC. Both documents can be printed with the
  27.   DOS "print" command.
  28.  
  29.   Thank you for evaluating The Aurora Editor!
  30.  
  31.  
  32.  
  33.   What's new and different in version 1.1:
  34.   ────────────────────────────────────────
  35.  
  36.   Version 1.1 contains new features and also corrects a few problems
  37.   with the previous version (v1.01):
  38.  
  39.  
  40.   o  Added the ability to edit all open files through one window.
  41.      Several new editor commands and options were added to support this
  42.      feature, and to allow you to customize it to your own preferences:
  43.  
  44.      - Added the "Next" and "Prev" commands to the File menu. These
  45.        commands allow you to cycle forward and backward though all open
  46.        files using only the current Edit window.
  47.  
  48.      - Added the "List.." command to the File menu. This command lists
  49.        all open files and allows you to select a file to replace the
  50.        file displayed in the current Edit window.
  51.  
  52.      - The "Open at Cursor" and "Refresh" commands were removed from the
  53.        the default Edit window File menu, but are still available as
  54.        editor commands.
  55.  
  56.      - Added the "OneWindow" configuration setting. This setting
  57.        specifies whether or not some editor commands will favor a
  58.        many-to-one "file to window" ratio over a one-to-one "file to
  59.        window" ratio.
  60.  
  61.      - Added the "wquit" command. If "OneWindow" is ON, this command
  62.        closes a window, but still leaves the file within it open.
  63.  
  64.      - Added the "fquit" command. If "OneWindow" is ON, this command
  65.        closes the file in the current window, but still leaves the
  66.        window open. The previous open file is then displayed in the
  67.        window.
  68.  
  69.      - Added the new open option "e". When specified at the Open prompt,
  70.        this option loads a new file into the current Edit window while
  71.        still keeping the previous file open. The "e" option can also be
  72.        added to the configuration setting "OpenOpt" as a default open
  73.        option. If "OneWindow" is ON, the "e" option is added
  74.        automatically by the editor.
  75.  
  76.      - A new one-character command code "e" (edit) was added to the File
  77.        Manager. This command works like the "o" (open) command code when
  78.        opening only one file. However, when opening multiple marked
  79.        files, all files are loaded into the same window (the "o" command
  80.        code creates a separate window for each file).
  81.  
  82.      - A new one-character command code "y" was added to the File
  83.        Manager. This command works like the "b" (open binary) command
  84.        code when opening only one file. However, when opening multiple
  85.        marked files, all files are loaded into the same window (the "b"
  86.        command code creates a separate window for each file).
  87.  
  88.      - The File Manager "z" (open and maximize) command code will now
  89.        load multiple marked files into one maximized window.
  90.  
  91.  
  92.   o  Opening multiple marked files from the File Manager will no longer
  93.      bring the File Manager window to the surface after loading each
  94.      file.
  95.  
  96.   o  After using the <Tab> or <Alt-T> keys to highlight the drive menu
  97.      on the File Manager, you now can enter the drive letter to switch
  98.      drives.
  99.  
  100.   o  Added the new open option "l", which allows you to jump to a
  101.      specific line number when opening a file. This can be useful when
  102.      invoking the editor from another program.
  103.  
  104.   o  Added the "VidSav" configuration setting to capture and restore the
  105.      DOS entry screen for the registered version (the shareware version
  106.      always displays the exit screen).
  107.  
  108.   o  Added the "KeyTrim" configuration setting for optionally trimming
  109.      the keyboard buffer on slow machines (previous versions always
  110.      trimmed the keyboard buffer and did not work correctly with some
  111.      TSR's that insert keys into the keyboard buffer).
  112.  
  113.   o  Added the "KeyPad" configuration setting to enable/disable use of
  114.      the keypad "*", "-", "+", and "enter" keys as separate function
  115.      keys. These function keys can now be easily disabled for keypad
  116.      data entry.
  117.  
  118.   o  Added the "txt" library function for entering strings at the cursor
  119.      through the macro language.
  120.  
  121.   o  Added several new macro language native functions to perform basic
  122.      sequential and random file I/O:
  123.  
  124.      - "dskopn"  opens a file
  125.      - "dskcls"  closes a file
  126.      - "dskrea"  reads data from an open file
  127.      - "dskwri"  writes data to an open file
  128.      - "dskpos"  changes the current position in an open file
  129.      - "qdskatt" tests for file attributes
  130.  
  131.   o  Moving files to another drive with the File Manager (or backing up
  132.      files to another drive when saving) will now keep the file's
  133.      original date and time. Option "k" was added to the "dskcpy" native
  134.      function to keep a file's orginal date and time when copying.
  135.  
  136.   o  Internal editor memory management has been improved.
  137.  
  138.   o  Removed edit checks on marking blocks when a marked block already
  139.      exists in another Edit window.
  140.  
  141.   o  Fixed a scrolling bug that occured while loading marked files from
  142.      the File Manager when the configuration setting "FmgrQuit" is ON.
  143.  
  144.   o  Fixed a mouse tracking problem in video modes with more than 80
  145.      columns (a updated mouse driver may still be required to use the
  146.      mouse properly in these video modes).
  147.  
  148.   o  Fixed a printing bug when the left margin is non-zero.
  149.  
  150.   o  The keypad "5" key now works correctly when numlock is ON.
  151.  
  152.   o  Fixed a bug associated with locating 1-line text folds.
  153.  
  154.   o  Documention fixups
  155.  
  156.