Main design goals:
- Use the program to edit plain text files; it is not a word processor
- Store the text buffer in banked RAM (512 kB to 2 MB)
- Handle large text buffers efficiently
- Support both PETSCII and ISO modes
- Simple modeless user interface similar to GNU Nano
The standard variant of the editor is loaded and run in the same way as a BASIC program. To start it in the emulator, type the following command:
- x16emu -sdcard sdcard.img -prg X16EDIT-x.x.x.PRG -run, where x.x.x is the program version number
- X16EDIT-HI-x.x.x.PRG, which is started at RAM address $6000
- x16edit-rom-x.x.x.bin, which is a ROM based variant of the editor
Information on how to use the editor, including the alternative variants, is available in the manual. You may also get help by pressing Ctrl+G when running the program. That displays a list of keyboard shortcuts.
The work on X16 Edit begun in 2020. The program is quite stable. Development is focused on keeping up with changes to the Kernal.
Released under GNU GPL v 3 or later. Source code available at https://github.com/stefan-b-jakobsson/x16-edit.
#r47