Jump to content

Kudzu Text Editor: Difference between revisions

From EDM2
m cat
No edit summary
Line 1: Line 1:
==Description==
[[Image:KED_001.png|350px|right]]
More popularly known as just '''KEd''', Kudzu Text Editor is a small, fast and fairly simple text mode editor that nonetheless manages to cram in a couple of interesting features, including:
More popularly known as just '''KEd''', the Kudzu Text Editor is a small, fast and fairly simple open source text mode editor that nonetheless manages to cram in a few interesting features, including:
[[Image:KED_001.png|400px|right]]
 
* Shell to a new session
* Shell to a new session
* Safe Save - All files are save to a temporary file name and then automatically renamed.
* Safe Save - All files are save to a temporary file name and then automatically renamed.
* Block quoting
* Block quoting
* Is now open source
 
But is lacking in some key areas such as mouse support and assignable keyboard mappings.


Some of the limitation of the editor such as the 36 open file limit are due to the use of the Borland tool kit and it may be possible to get around them simply by compiling it under a more modern development system.  
Some of the limitation of the editor such as the 36 open file limit are due to the use of the Borland tool kit and it may be possible to get around them simply by compiling it under a more modern development system.  
Line 12: Line 13:
*'''Latest version:''' [http://hobbes.nmsu.edu/pub/os2/apps/editors/ked216.zip v.2.16 binaries] - [http://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=ked_src_2-07.zip&stype=all&sort=type_name&dir=%2F Source code]
*'''Latest version:''' [http://hobbes.nmsu.edu/pub/os2/apps/editors/ked216.zip v.2.16 binaries] - [http://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=ked_src_2-07.zip&stype=all&sort=type_name&dir=%2F Source code]
* Requires: OS/2 version 2 or higher, any version of eComStation. Source code is written in [[C++]] and is known to compile with [[Borland C/CPP]] and [[IBM CPP Set]]
* Requires: OS/2 version 2 or higher, any version of eComStation. Source code is written in [[C++]] and is known to compile with [[Borland C/CPP]] and [[IBM CPP Set]]
: Older versions supported 16 bit OS/2 1.x


==Language Support==
==Language Support==

Revision as of 19:07, 27 January 2016

More popularly known as just KEd, the Kudzu Text Editor is a small, fast and fairly simple open source text mode editor that nonetheless manages to cram in a few interesting features, including:

  • Shell to a new session
  • Safe Save - All files are save to a temporary file name and then automatically renamed.
  • Block quoting

But is lacking in some key areas such as mouse support and assignable keyboard mappings.

Some of the limitation of the editor such as the 36 open file limit are due to the use of the Borland tool kit and it may be possible to get around them simply by compiling it under a more modern development system.

Version

Older versions supported 16 bit OS/2 1.x

Language Support

  • English - Built in.

License

Links

Author