Developer(s) | IBM |
---|---|
Initial release | June 1993; 31 years ago (1993-06) |
Stable release | 3.13v / 1994-11-17 |
Operating system | PC DOS,OS/2 |
Platform | IBM PC compatible |
Type | Text editor |
License | Proprietarycommercial software |
E is thetext editor which was made part ofPC DOS with version 6.1 in June 1993,[1] in February 1995 with version 7[2][3] and later with PC DOS 2000.[4] In version 6.1, IBM droppedQBASIC, which, in its edit mode, was also the system text editor. It was necessary to provide some sort of editor, so IBM chose to adapt and substantially extend its OS/2 System Editor (1986),[5] a minimally functional member of the E family of Editors.[6] TheDOS version is extended with a wide array of functions that are usually associated with more functional versions of the E editor family (see below). In version 7, IBM added theREXX language to DOS, restoring programmability to the basic box.IBM also provided E withOS/2.
The features include (for PC DOS 7):
E for PC DOS consists of five files:
E.EXE
-- the executable program itself, (v3.13 in PC DOS 7)E.EX
-- pre-compiled profile for E's behaviorE.INI
-- text file allowing modification of a fewE.EX
defaults (Not in v 3.12 (dos 6))EHELP.HLP
-- text file used for E'sF1 key help in Browse (read-only) modeBROWSE.COM
-- loads a file into E in read-only mode. (Not in v 3.12 (dos 6))Since no tool was provided for building other profiles besides the suppliedE.EX
, PC DOS users have limited access to the full extensibility offered by the version 3 of E (e3) available to IBM programmers themselves. Still, it is a powerful implementation, with many features supporting the needs of general programmers.
For PC DOS owners who have moved on to other operating systems, E can be run with the use of a DOS emulator (e.g.DOSBox) or with DOSvirtualization software (e.g.DOSEMU orNTVDM). E runs quite successfully under the Windows NT 32-bit DOS prompt, for example.
To run the E Editor under OS/2, you must swap the first two directories inPATH
statement ofAUTOEXEC.BAT
. Put the E files in\OS2\MDOS
directory. E v3.12 was also supplied in OS/2 PPC edition.
The history of the PC DOS version of E begins withPersonal Editor, a key configurable editor that enabled limited programming using aGML-like language. Personal Editor was initially released in 1982 and became an IBM product not long after.
Limitations in Personal Editor led to the development and release in 1984 of the E editor, a much faster editor that supported very long files and included a substantially enhanced user interface. E2, released in 1985, provided enhanced programmability using aREXX-like language. Its UI programmability was designed so flexibly that it was used to develop user interface prototypes for other kinds of software, including Word Processors and Survey software. Subsequent versions, including E3, EOS2, and EPM, provided a wide range of other enhancements. The OS/2 System Editor was developed by the E programming team at the request of the OS/2 Development team. It was designed to be a fast and highly functional text editor with a minimal number of features and no configurability. EPM was later released as the OS/2 Enhanced Editor. The popularSlickEdit shares a common heritage, having been written by the original developer of E3.[7] Other versions of E family editors have been released with IBM programming products. There are several acknowledged E editor family clones, including X2, which both reproduces the Rexx-like EI programming language used in E2 and later versions of E and acknowledges its debt in its documentation.[8]
IBM's E Editor: 'Easy editing of one or more files is at your fingertips with the improved E Editor.'
{{cite web}}
: CS1 maint: bot: original URL status unknown (link)