home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / editors / ae.arj / POSTER < prev    next >
Text File  |  1991-04-29  |  2KB  |  51 lines

  1. >>>file/ibm_pc_b 1234 ibmbin-request@crdgw1.crd.ge.com(42537)24Apr91 04:40
  2. TITLE: v12i001: ae, small text editor (part 01/04)
  3.  
  4. +Message-ID   : <3790@sixhub.UUCP>
  5. +From         : ibmbin-request@crdgw1.crd.ge.com
  6. +Organization : 
  7.  
  8. Checksum: 2061112290  (Verify with "brik -cv")
  9. Posting-number: Volume 12, Issue 001
  10. Submitted-by: wsinda@info.win.tue.nl (Dick Alstein)
  11. Archive-name: ae/part01
  12.  
  13.  
  14.   AE means "another editor." This is a very small text (not
  15. programming) editor, with source, written in Trubo Pascal, and able to
  16. edit files which fit in memory. Ideal for someone who just wants to do
  17. light editing.
  18.  
  19.   The author feels that it's easily learned and remembered, that's a
  20. personal judgement, but I can't disagree. For all the people who wanted
  21. a small editor, here it is, complete with ability to handle multiple
  22. files with cut and paste.
  23.  
  24.  
  25. Submitter wsinda@info.win.tue.nl (Dick Alstein) says:
  26.  
  27. AE (Another Editor) is a Public Domain text editor. Its main features
  28. are:
  29.  
  30. * User-definable keyboard macros (record & playback).
  31.  
  32. * Text formatting facilities like word wrap and paragraph formatting.
  33.  
  34. * Multi-document (up to 3) with the possibility for cutting and pasting
  35. between them.
  36.  
  37. * Efficient: most commands can be called with a single keystroke
  38. (alt-key or function key).
  39.  
  40. * Small: 42k byte EXE file.
  41.  
  42. AE is intended for writing programs and small texts. It is NOT a
  43. full-fledged word processor or programmer's editor. Its set of commands
  44. is limited, but was designed in such a way that it should be easy to
  45. learn and remember.
  46.  
  47. AE is written almost entirely in Turbo Pascal and is delivered with
  48. full source code. Its main restriction is that it cannot handle files
  49. larger than 64k bytes, but it comes with utilities for splitting and
  50. merging large files so that these can be edited as well.
  51.