home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d768 / uedit.lha / Uedit / ReadMe < prev    next >
Text File  |  1992-11-22  |  3KB  |  55 lines

  1.       Uedit is now version 4.0 to avoid any confusion with the previous
  2.                         version 3.0 shareware release.
  3.  
  4.                                  MISSING UEX
  5.                                  MISSING UEP
  6.                                  MISSING UES
  7.  
  8. There is not any missing executable all the functions of UEX and UEP are now
  9. part of the normal uedit executable "UE". Also the previous demo shareware
  10. version of Uedit called UES also no longer exists.
  11.  
  12.                              CRASHES AND HANGUPS
  13.  
  14. There are three "dangerous" features in the command language which CAN cause
  15. Uedit to crash, if misused.  They are poke(), attachBuf() and onAbort. 
  16. attachBuf() is discussed in the manual and is safe if used after detachBuf()
  17. correctly.  NEVER use poke() UNLESS you have have read the UEK doc on how to
  18. use those.  If somebody gives you a config using poke(), it's okay to use that
  19. config but DO NOT MODIFY how poke() is used, because it will corrupt memory
  20. and cause a crash or worse.  An onAbort key can hang up the program.  onAbort
  21. must be used intelligently and carefully.
  22.  
  23.  
  24.                                  PERFORMANCE
  25.  
  26. To get faster running during a long process that updates the display, flick
  27. the mouse menu button, briefly displaying a menu.  This turns on the internal
  28. hideDisplay flag temporarily, suppressing display updates until the next idle
  29. period.  (Note that if you select Hide Display in the menu, this only affects
  30. the running of learned sequences, it doesn't suppress display updates in all
  31. cases.  But flicking the mouse menu button to display a menu suppresses the
  32. displaying during any long operation.)
  33.  
  34.  
  35.                                   SCROLLING
  36.  
  37. For best results, set your key repeat speed to the max in Preferences.  The
  38. arrow key scrolling command in Config!M can probably be improved for a
  39. particular setting of key-repeat speed.  You may wish to customize it for
  40. better scrolling at the key-speed you use.
  41.  
  42. To get the fastest scrolling:
  43.     Select a 1 bitplane non-lace screen (press rAmiga-F1).
  44.     Set scrollType to On.  (See the Global Modes Ctl-g command.)
  45.     Use the mouse for scrolling - press button, drag mouse.
  46.  
  47.                                     AREXX
  48.  
  49. Uedit's old cryptic Rexx interface (in the old Config!R) was replaced with
  50. Kerry Zimmerman's readable, verbose interface which users say is much easier
  51. to use.  See ReadMe.Demo for instructions.  (See Errata.  Note that the
  52. Uedit-ARexx Examples and much of the ARexx discussion in the manual are now
  53. obsolete.)
  54.  
  55.