home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / Tools / EE / ReadmeFirst.txt < prev    next >
Encoding:
Text File  |  1996-06-06  |  2.8 KB  |  66 lines

  1. EE v0.7, rev 16b - ReadmeFirst.txt doc
  2. --------------------------------------
  3.  
  4. First, let me apologize to everyone for releasing an unfinished project.
  5. EE was supposed to showcase some of the awesome potential of the E
  6. language...but due to some bad circumstances I haven't been able to
  7. touch it for some time.  Hence, some features in EE are still unstable.
  8. I shall list those here so you'll know what to look out for.
  9.  
  10. BUT...there is a good side to this!  If I'd had more time to finish EE,
  11. you would be getting E v3.0 much later!! :) :)  So...tis a mixed
  12. blessing, methinks.
  13.  
  14. If this intro scares you, then I say, "Good!"  Now it's over, lemme say
  15. I've been using EE with little bad side effects for quite some time,
  16. and although my dilligent betatesters have identified many bugs (most
  17. of which are annoyances, only a handfull really dangerous) EE is still
  18. very usable if you know what to avoid.
  19.  
  20. Listed here are the dangerous and/or most commonly encountered problems:
  21.  
  22.   - DON'T run EE on a 68000.  It'll crash during startup.  My 68000
  23.     betatester quit on me, and I failed to test new features (!@#$%^&*)
  24.     My apologies, I'll fix this in a couple of weeks when I get more
  25.     free time. --|:|--  <--(right, Lionel? :)
  26.  
  27.   - DON'T attempt to load binary files, EE will crash.
  28.  
  29.   - Avoid storing macros that have strings in them (like those from
  30.     Find, Loadfile, etc.  Experiment with caution, sometimes these
  31.     macros won't work when loaded from file, and sometimes they cause
  32.     crashes.
  33.  
  34.   - Avoid sudden mouse moves and fast repetitive clicking while selecting
  35.     text.  This does funny things to my event handler, and causes mouse
  36.     selection to quit working.
  37.  
  38.   - Macros are very new and very experimental.  Save your work before
  39.     playing around with them.
  40.  
  41.   - ARexx looks like it's a feature, but it's not.  Due more than one
  42.     problem, it was removed temporarily.
  43.  
  44.   - ReplaceSelected function appears as a separate function in the guide,
  45.     and in the PrefsEditor utility.  This an oversight on my part...I
  46.     forgot to change the docs after renovating the Find/Replace functions.
  47.     This function has been obsolesced...it is now inherent in the Replace
  48.     function.  If a block is selected when Replace is invoked, the
  49.     hilighted text is automatically picked up.  FindSelected, on the
  50.     other hand, must be a separate function since Find can be used to
  51.     extend a selected block.  Hope this clears up any confusion. (Thanks,
  52.     Lionel!)
  53.  
  54.   - ShowEditorInfo function used to be called ShowResources function.
  55.     The docs are out of date.
  56.  
  57. These problems will be taken care of soon as possible and a new distro
  58. will be released.  Please feel free to send bug reports.  The more info
  59. I get, the better armed I am to exterminate! >:)
  60.  
  61. And above all, HAVE FUN!!! =)
  62.  
  63. Thus endeth the period of fingernail biting.
  64.  
  65. -- Barry
  66.