home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0666.ZIP / CCE_0666.PD / ESSCOD46 / README.NEW < prev   
Text File  |  1993-10-17  |  4KB  |  89 lines

  1. N E W  F E A T U R E S
  2. -=-=-=-=-=-=-=-=-=-=-=
  3.  
  4. There have been a number of versions of this program.  To save space, only
  5. the changes since the last public release are listed here.  If you are
  6. upgrading from a version other than the last public release, I suggest
  7. you read the entire documentation file.
  8.  
  9. ESS-Code 4.6
  10. ------------
  11.  
  12.     -ESS-Code is 34% faster!  Yes, 34%!
  13.  
  14.     -ESS-Code now supports the Atari GUI Standard for keyboard shortcuts.
  15.      It also now uses the ellipsis ("...") in menu entries -- once again, to
  16.      comply with the Atari GUI Standard.
  17.      
  18.     -The "Select Target" option now accepts only pathnames.  With previous
  19.      versions of ESS-Code, the user was expected to enter the path and the
  20.      name of the target.  This is no longer the case.     
  21.      
  22.     -ESS-Code is now more intelligent when used with MultiTOS.  PLEASE READ
  23.      THE INSTALLATION INSTRUCTIONS!  When ESS-Code is installed correctly
  24.      under MultiTOS, the client-program (ESS_CLNT.PRG) will check for a
  25.      copy of ESS-Code in memory when it is executed.  If it finds one, it
  26.      will use a pipe to tell the already loaded copy of ESS-Code to process
  27.      the file(s) you selected.  If not, it will load a copy of ESS-Code and
  28.      tell it to process the file(s).
  29.      
  30.     -ESS-Code now redraws its status windows.  Previously, it would do
  31.      nothing if another program (or more likely an accessory) wrote over
  32.      the contents of its status windows.
  33.  
  34.     -ESS-Code now has a "batch mode".  It allows you to select as many as
  35.      32 files, and then go away while ESS-Code does all the work.  It will
  36.      decide for itself if a file should be UUEncoded or UUDecoded.
  37.      Wildcards are NOT allowed.
  38.      
  39.     -ESS-Code now uses EGEM (the EnhancedGEM library by Christian Grunenberg)
  40.      for window dialog boxes!  The new window dialog boxes provide shortcuts
  41.      for all buttons, radio buttons, check boxes, and popup menus.  Using the
  42.      mouse, the cursor can be positioned anywhere in the edit-field simply
  43.      by clicking on the new location.  The following keypresses are also
  44.      recognized when editing (square brackets indicate an optional key):
  45.      
  46.          Home                              First Edit Field
  47.          Shift + Home                      Last Edit Field
  48.          Control + Left                    End Of Previous Word
  49.          Control + Right                   Start Of Next Word
  50.          Shift + L. Arrow                  Start Of Edit Field
  51.          Shift + R. Arrow                  End Of Edit Field
  52.          Tab OR Shift + Return             Next Edit Field
  53.          Escape                            Clear Edit Field
  54.          Shift + Insert                    Insert ASCII Character
  55.          Undo                              Undo
  56.          [Shift +] Control + U. Arrow      Move One History Entry Up
  57.          [Shift +] Control + D. Arrow      Move One History Entry Down     
  58.          [Shift +] Control + X             Cut (-> Clipboard)
  59.          [Shift +] Control + C             Copy (-> Clipboard)
  60.          [Shift +] Control + V             Paste (<- Clipboard)
  61.  
  62.     -ESS-Code now allows you to open any dialog box at any time, or have
  63.      multiple dialog boxes open at the same time.
  64.  
  65.     -ESS-Code now has extensive online help.  To access the help system,
  66.      press the HELP key at any time.
  67.  
  68.     -When multiple dialog windows are open, you can now cycle through them
  69.      with the Control + R keypress.  To close the current dialog window,
  70.      press Control + W.
  71.  
  72.     -The user can now get information about ESS-Code by pressing the
  73.      "Control + A" key combination (or by selecting "ESS-Code" under the
  74.      "ESS-Code" (formerly "Desk") menu.
  75.  
  76.     -ESS-Code no longer forces the extension to "*.u??" for UUDecoding
  77.      (which was a problem for a surprising number of people).  The extension
  78.      is always the same as it was the last time you used the file selector.
  79.  
  80.     -The source code for this program was optimized extensively, so all of
  81.      these features only add a total of 9K to the memory usage to ESS-Code.
  82.      The size of the file on disk is somewhat larger than the size of the
  83.      previous version, though.
  84.  
  85.                                                    -Michel Forget
  86.                                                     Electric Storm Software
  87.                                                     October 18, 1993
  88.                                                     
  89.