Jump to content

The Hessling Editor: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
== Description ==
[[Image:The.png|300px|right]]
THE (The Hessling Editor) is a VIO character-mode editor that closely mimics the mainframe CMS "XEDIT" editor.  THE uses Rexx as its macro language.
THE or '''The Hessling Editor''', is a multi-platform VIO character-mode editor that closely mimics the mainframe VM/CMS "XEDIT" tool, with a few extra features taken from [[Kedit]].  THE uses [[REXX]] as its macro language.


== Source and References ==
==Version==
SourceForge [http://hessling-editor.sourceforge.net/]
* Current version for all platforms is: 3.3 Release Candidate.


====Prerequisites====
THE should work out of the box and can utilise any version of REXX as the scripting engine, if you want to compile it yourself however you will need [[nCurses]] or a version of any other reasonably modern curses library.
==Links==
* [http://hessling-editor.sourceforge.net THE homepage]
* [http://www.gut-wirtz.de/THE/index.html Franz-Josef Wirtz's THE REXX macro reprisotory]
== License ==
== License ==
Freeware GPL.
* Open source software released under the [[GPL v2]]
 
==Author==
* [[Mark Hessling]]


[[Category:Tools]]
[[Category:Tools]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Software written in C]][[Category:REXX]][[Category:Open Source Software]][[Category:Text editors]]

Revision as of 18:08, 4 January 2016

THE or The Hessling Editor, is a multi-platform VIO character-mode editor that closely mimics the mainframe VM/CMS "XEDIT" tool, with a few extra features taken from Kedit. THE uses REXX as its macro language.

Version

  • Current version for all platforms is: 3.3 Release Candidate.

Prerequisites

THE should work out of the box and can utilise any version of REXX as the scripting engine, if you want to compile it yourself however you will need nCurses or a version of any other reasonably modern curses library.

Links

License

  • Open source software released under the GPL v2

Author