home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / AUROR112.ZIP / READ.ME < prev    next >
Text File  |  1993-11-17  |  8KB  |  202 lines

  1.  
  2.  
  3.              ***  The Aurora Editor v1.12, November 1993  ***
  4.                    (c) Copyright 1993 Aurora Terra, Inc.
  5.                            All Rights Reserved.
  6.  
  7.  
  8.   Welcome to The Aurora Editor v1.12. 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 different in version 1.12  (Nov 17, 1993)
  34.   ------------------------------------------------
  35.  
  36.   Version 1.12 is a maintenance release and also contains a few minor
  37.   enhancements since the previous version (v1.11):
  38.  
  39.  
  40.   o Added the option to ignore case when sorting marked blocks.
  41.  
  42.   o Added the "Append" option to the replacement confirmation menu
  43.     when replacing files with block saves or with move/copy from
  44.     the file manager.
  45.  
  46.   o Added the new configuration setting "BoxStyle", which allows you
  47.     to add optional 3D effects to one-line box prompts.
  48.  
  49.   o Added a sample macro to AKBD.A showing how to call a spell check
  50.     program from within an edit window.
  51.  
  52.   o Aurora is now a "DESQview aware" program.
  53.  
  54.   o Minor bug fixes
  55.  
  56.  
  57.   What's different in version 1.11  (Nov 7, 1993)
  58.   -----------------------------------------------
  59.  
  60.   o  The contents of a character mark can now be saved to disk.
  61.  
  62.   o  The option "a" was added to the library function "msave" (save
  63.      block). This option will allow the block to be appended to an
  64.      existing file.
  65.  
  66.   o  A new library function "qwrd" returns the word at the cursor.
  67.  
  68.   o  Increased the internal stack size when shelling out to dos. This
  69.      resolves conflicts with some network cards which may require more
  70.      interrupt stack space.
  71.  
  72.   o  Corrected an initialization problem which may cause OS/2 or QEMM
  73.      traps on a few machines.
  74.  
  75.   o  Added sample macro code to the File Manager (see AKBD.A) to show
  76.      how to do spell checking, image viewing, unarchiving, and archive
  77.      viewing, etc with files listed in the File Manager.
  78.  
  79.   o  Other minor changes.
  80.  
  81.  
  82.  
  83.   What's different in version 1.1  (Oct 6, 1993)
  84.   ----------------------------------------------
  85.  
  86.   o  Added the ability to edit all open files through one window.
  87.      Several new editor commands and options were added to support this
  88.      feature, and to allow you to customize it to your own preferences:
  89.  
  90.      - Added the "Next" and "Prev" commands to the File menu. These
  91.        commands allow you to cycle forward and backward though all open
  92.        files using only the current Edit window.
  93.  
  94.      - Added the "List.." command to the File menu. This command lists
  95.        all open files and allows you to select a file to replace the
  96.        file displayed in the current Edit window.
  97.  
  98.      - The "Open at Cursor" and "Refresh" commands were removed from the
  99.        the default Edit window File menu, but are still available as
  100.        editor commands.
  101.  
  102.      - Added the "OneWindow" configuration setting. This setting
  103.        specifies whether or not some editor commands will favor a
  104.        many-to-one "file to window" ratio over a one-to-one "file to
  105.        window" ratio.
  106.  
  107.      - Added the "wquit" command. If "OneWindow" is ON, this command
  108.        closes a window, but still leaves the file within it open.
  109.  
  110.      - Added the "fquit" command. If "OneWindow" is ON, this command
  111.        closes the file in the current window, but still leaves the
  112.        window open. The previous open file is then displayed in the
  113.        window.
  114.  
  115.      - Added the new open option "e". When specified at the Open prompt,
  116.        this option loads a new file into the current Edit window while
  117.        still keeping the previous file open. The "e" option can also be
  118.        added to the configuration setting "OpenOpt" as a default open
  119.        option. If "OneWindow" is ON, the "e" option is added
  120.        automatically by the editor.
  121.  
  122.      - A new one-character command code "e" (edit) was added to the File
  123.        Manager. This command works like the "o" (open) command code when
  124.        opening only one file. However, when opening multiple marked
  125.        files, all files are loaded into the same window (the "o" command
  126.        code creates a separate window for each file).
  127.  
  128.      - A new one-character command code "y" was added to the File
  129.        Manager. This command works like the "b" (open binary) command
  130.        code when opening only one file. However, when opening multiple
  131.        marked files, all files are loaded into the same window (the "b"
  132.        command code creates a separate window for each file).
  133.  
  134.      - The File Manager "z" (open and maximize) command code will now
  135.        load multiple marked files into one maximized window.
  136.  
  137.  
  138.   o  Opening multiple marked files from the File Manager will no longer
  139.      bring the File Manager window to the surface after loading each
  140.      file.
  141.  
  142.   o  After using the <Tab> or <Alt-T> keys to highlight the drive menu
  143.      on the File Manager, you now can enter the drive letter to switch
  144.      drives.
  145.  
  146.   o  Added the new open option "l", which allows you to jump to a
  147.      specific line number when opening a file. This can be useful when
  148.      invoking the editor from another program.
  149.  
  150.   o  Added the "VidSav" configuration setting to capture and restore the
  151.      DOS entry screen for the registered version (the shareware version
  152.      always displays the exit screen).
  153.  
  154.   o  Added the "KeyTrim" configuration setting for optionally trimming
  155.      the keyboard buffer on slow machines (previous versions always
  156.      trimmed the keyboard buffer and did not work correctly with some
  157.      TSR's that insert keys into the keyboard buffer).
  158.  
  159.   o  Added the "KeyPad" configuration setting to enable/disable use of
  160.      the keypad "*", "-", "+", and "enter" keys as separate function
  161.      keys. These function keys can now be easily disabled for keypad
  162.      data entry.
  163.  
  164.   o  Added the "txt" library function for entering strings at the cursor
  165.      through the macro language.
  166.  
  167.   o  Added several new macro language native functions to perform basic
  168.      sequential and random file I/O:
  169.  
  170.      - "dskopn"  opens a file
  171.      - "dskcls"  closes a file
  172.      - "dskrea"  reads data from an open file
  173.      - "dskwri"  writes data to an open file
  174.      - "dskpos"  changes the current position in an open file
  175.      - "qdskatt" tests for file attributes
  176.  
  177.   o  Moving files to another drive with the File Manager (or backing up
  178.      files to another drive when saving) will now keep the file's
  179.      original date and time. Option "k" was added to the "dskcpy" native
  180.      function to keep a file's orginal date and time when copying.
  181.  
  182.   o  Internal editor memory management has been improved.
  183.  
  184.   o  Removed edit checks on marking blocks when a marked block already
  185.      exists in another Edit window.
  186.  
  187.   o  Fixed a scrolling bug that occurred while loading marked files from
  188.      the File Manager when the configuration setting "FmgrQuit" is ON.
  189.  
  190.   o  Fixed a mouse tracking problem in video modes with more than 80
  191.      columns (a updated mouse driver may still be required to use the
  192.      mouse properly in these video modes).
  193.  
  194.   o  Fixed a printing problem when the left margin is non-zero.
  195.  
  196.   o  The keypad "5" key now works correctly when numlock is ON.
  197.  
  198.   o  Fixed a bug associated with locating 1-line text folds.
  199.  
  200.   o  Documentation fixups
  201.  
  202.