MinTED

MinTED is a Minimalist Text Editor for OS-9. 

It always bothered me that OS-9 doesn't have a integrated screen text editor, so I decided to make my very own.

Being minimalist it will cover your daily needs for text editing source files, batches, scripts or configuration files.

Download: MinTEDv107.zip

1.0.7 update: ctrl-left/right moves to begin/end of line

1.0.6 update: goto line, undo and fast screen refresh

1.0.5 update: bugfix expanding a line in the middle

1.0.4 update: delete and duplicate lines and confirmation for saving

1.0.3 update: support for backspace sequences ($08) and ignore other unknown control characters

1.0.2 update: fix first and last line scroll

1.0.1 update: change helpmsg layout

Advantages:

Here is the help:

MINTED : MINIMALIST TEXT EDITOR

VER. 1.06 2013 LUIS ANTONIOSI

SYNTAX : MINTED [<TEXT>]

HOT KEYS:

CTRL+S      = SAVE FILE

CTRL+R      = RENAME FILE

CTRL+K      = DELETE LINE

CTRL+D      = DUPLICATE LINE

CTRL+O      = ONLINE HELP

CTRL+E      = EXIT/ESC

CTRL+G      = GO TO LINE

CTRL+U      = UNDO

CURSOR KEYS = MOVE CURSOR

SHIFT+LEFT  = DELETE LEFT

SHIFT+RIGHT = DELETE RIGHT

SHIFT+UP    = PAGE UP

SHIFT+DOWN  = PAGE DOWN

NOTES: 

* ON OS-9 L1 USE CLEAR AS CTRL

* CTRL+E REPLACES ESC/BREAK