XEDIT is a visual editor for VM/CMS using block mode IBM 3270 terminals. (Line-mode terminals are also supported.) XEDIT is much more line-oriented than modern PC and Unix editors. For example, XEDIT supports automatic line numbers, and many of the commands operate on blocks of lines. One of the features is a command line which allows the user to type arbitrary editor commands. Because IBM 3270 terminals do not transmit data to the computer until certain special keys are pressed [such as ↵ Enter, a program function key (PFK), or a program access key (PAK)], XEDIT is less interactive than many PC and Unix editors. For example, continuous spell-checking as the user types is problematic.
Notable features of the screen layout:
XEDIT macros (scripts) can be written in REXX, EXEC2, or EXEC.
KEDIT 5 for DOS and OS/2 supports an external REXX interpreter (native OS/2 REXX or Quercus REXX, for DOS only Quercus REXX replacing the older Mansfield REXX) and its own rather limited KEXX subset. KEDITW 1.6.1 for Windows supports only its own internal KEXX 5.62 version of the REXX language. Macros can be arranged in the .kml
file format.
XEDIT exposes the majority of its internal state to REXX, allowing macros to easily read and set internal variables that control its operation.
XEDIT was written by IBM employee Xavier de Lamberterie and was first released in 1980. Its predecessor was EDIT SP (SP is an initialism for System Product used by IBM). Other key influences were EDIT, the older editor for CMS, and EDGAR, an IBM Program Product editor for CMS. XEDIT supported many of the EDGAR commands, SOS (Screen Output Simulation) being a major one. XEDIT also supported EXEC2, the predecessor of REXX.