Dec 132017
Full Description of File
E4-Deluxe Editor v2.0 - with User-Defined
Menus. Mouse. Outlining/Folding. SVGA
support. Load wildcards, edit 100+ files.
Search/Replace across all open files. Full
on-line help. Resume Mode. Editable
extension & content specific Macros. Compile
from editor, swap to disk/XMS. Redefine
keyboard. Extension specific options. ASCII,
Color, Error, Keycode tables. Line Draw. Live
wordwrap. Timed Backups. Small. Fast.
Menus. Mouse. Outlining/Folding. SVGA
support. Load wildcards, edit 100+ files.
Search/Replace across all open files. Full
on-line help. Resume Mode. Editable
extension & content specific Macros. Compile
from editor, swap to disk/XMS. Redefine
keyboard. Extension specific options. ASCII,
Color, Error, Keycode tables. Line Draw. Live
wordwrap. Timed Backups. Small. Fast.
E4 is a powerful multi-file text editor with outlining, macros, SVGA support, and in-editor compilation and error tracking. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BC.E4K | 3864 | 1497 | deflated |
BOXERM.E4K | 156 | 129 | deflated |
BOXERM.E4U | 6992 | 2926 | deflated |
COMPILE.CL | 538 | 300 | deflated |
COMPILE.DOC | 1212 | 561 | deflated |
COMPILE.EXE | 3592 | 3469 | deflated |
CUA.E4K | 2038 | 959 | deflated |
CUA.E4U | 765 | 440 | deflated |
E4.EXE | 42765 | 42232 | deflated |
E4.HLP | 82313 | 26737 | deflated |
E4KEYS | 4765 | 2057 | deflated |
E4OPTS.C | 10 | 10 | stored |
E4OPTS.E4U | 10 | 10 | stored |
E4ORDER.TXT | 4319 | 1612 | deflated |
E4README.TXT | 22707 | 8568 | deflated |
FILE_ID.DIZ | 435 | 297 | deflated |
QEDIT.E4K | 5319 | 2212 | deflated |
QEDIT.E4U | 1366 | 647 | deflated |
QEDITM.E4K | 88 | 75 | deflated |
QEDITM.E4U | 4484 | 1836 | deflated |
TEMPLATE.C | 172 | 116 | deflated |
VENDOR.TXT | 3803 | 1800 | deflated |
WP.E4K | 2404 | 1070 | deflated |
WS.E4K | 1481 | 695 | deflated |
Download File E4DV200.ZIP Here
Contents of the COMPILE.DOC file
*****************************************************************
E4(tm) Editor Package - COMPILE
Copyright (C) N.Faulks 1993. All Rights Reserved.
*****************************************************************
6th June 1993
*****************************************************************
COMPILE is a general pupose compiler control program. Given the
name of a source file to compile it selects and executes the
correct compiler for that file.
Its operation is controlled by the file COMPILE.CL, which lists
what compilers are to be applied to what kinds of files. Entries
take the form
...
For example to compile .C files using BCC you might use the entry
*.C
BCC -V $f
$f refers to the full filename given on the command line. Other
placeholders are available and are listed in the sample
COMPILE.CL file.
Multiple commands allow you to, for example, Assemble and Link:
*.ASM
MASM $f;
LINK $p$n.obj;
The COMPILE.CL file may be placed in the current directory, in a
directory on listed in E4PATH, on in the editor directory (when
executed directly by E4).
Refer to the supplied COMPILE.CL for more examples.
E4(tm) Editor Package - COMPILE
Copyright (C) N.Faulks 1993. All Rights Reserved.
*****************************************************************
6th June 1993
*****************************************************************
COMPILE is a general pupose compiler control program. Given the
name of a source file to compile it selects and executes the
correct compiler for that file.
Its operation is controlled by the file COMPILE.CL, which lists
what compilers are to be applied to what kinds of files. Entries
take the form
...
For example to compile .C files using BCC you might use the entry
*.C
BCC -V $f
$f refers to the full filename given on the command line. Other
placeholders are available and are listed in the sample
COMPILE.CL file.
Multiple commands allow you to, for example, Assemble and Link:
*.ASM
MASM $f;
LINK $p$n.obj;
The COMPILE.CL file may be placed in the current directory, in a
directory on listed in E4PATH, on in the editor directory (when
executed directly by E4).
Refer to the supplied COMPILE.CL for more examples.
December 13, 2017
Add comments