home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / e_v3.2a / tools / ee / docs / ee.readme < prev    next >
Text File  |  1977-12-31  |  3KB  |  60 lines

  1. short: Src Editor and Dev Environ for E
  2. dest: dev/e
  3. updloader: Barry Wills, el269@cleveland.freenet.edu
  4. long:
  5.                                 EE v0.9.2
  6.                 Source Editor and Development Environment
  7.                      for the E Programming Language
  8.  
  9. This release fixes several nasty bugs and oversights present in the
  10. original distribution found in the E v3.0 demo distribution.  Also added
  11. are case-sensitive Intuition menu command hotkeys, correct handling of
  12. dead keys, keyboard hilighting made more CED-like, speeded up display
  13. updating and search-replace, added option to turn on/off smart indent,
  14. now working ARexx interface, repaired unlimited macros, and a few added
  15. functions.
  16.  
  17. EE is a multi-tasking, multi-windowing, OS 2.0 compliant, folding
  18. source editor, designed with E, and E programmers in mind.  It has
  19. robust features, equally mouse and keyboard driven, which allow for
  20. quick editing and traversal.  Naturally, it has many features which
  21. enhance the development of E programs, like compiling and running from
  22. within the editor, EC error reporting, relocating the cursor at the
  23. erroneous line, keyword/phrase lookup and completion, and more.
  24.  
  25. Main features:
  26.  
  27.   - Completely written in E :-)
  28.   - Multi-windows with hotkey switching and window selection listview;
  29.   - Robust ARexx interface;
  30.   - Nice configuration GUI (thanks to Wouter for his easygui module!!);
  31.   - Custom assignment of any function to any qualifier/key combo;
  32.   - Customizable case-sensitive menu command hotkeys (a la Intuition
  33.     menus);
  34.   - Unlimited macro recording and playback; macros may be called from
  35.     within other macros;
  36.   - Custom fixed-width font support;
  37.   - Smart indent option;
  38.   - Choice of free-form cursor (goes anywhere on screen) .vs. stream-
  39.     oriented cursor (adheres to text, wrapping around at end and
  40.     beginning of lines);
  41.   - Option to open your own public screen; Default and Shanghai modes;
  42.     Open/Visit/Fallback options;
  43.   - Fold on PROCs, OBJECTs, recognized comment, and hilighted block;
  44.     folds can be Cut-n-Pasted;
  45.   - Configurable/editable command slots, as well as the ability to pick
  46.     up hilighted text from the source for execution;
  47.   - Compile with auto-save, auto-backup, asynchronous execution, and other
  48.     options;
  49.   - Single- and multi-line comment and uncomment;
  50.   - Keyword and phrase completion--comes with dictionary file of E
  51.     function templates--just type the function name and complete it;
  52.     you'll now have the E function template in your source; two convenient
  53.     methods of completion available; custom dictionaries supported, as
  54.     well as an unlimited number of dictionaries available simultaneously;
  55.   - Collect garbage on demand (or memory crisis); and other low-mem options;
  56.   - Optional bottom scrollbar for those who like to have that extra
  57.     line of text at the bottom;
  58.   - Many small things that add to comfort and productivity that won't
  59.     be mentioned for the sake of space and attention span :-)
  60.