diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-19 21:34:56 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-19 21:34:56 +0100 |
commit | eb35babede8a65bdf31b5d864fe36164792364bd (patch) | |
tree | 64556ebf2f274e298de28469ab6e8240449c78b9 /TODO | |
parent | dd6c4b0cac7099c827c3cc1a60668ff38032942d (diff) | |
download | sciteco-eb35babede8a65bdf31b5d864fe36164792364bd.tar.gz |
added TODO list
also updated AUTHORS
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -0,0 +1,30 @@ +Known Bugs: + * Dot is not always restored properly (e.g. after closing file) + * FS broken in loops - inserts even if search failed + * Strange behaviour after loop interruption (e.g. "<%a>") + * Null-byte in strings not always handled transparently + +Features: + * Patch Scintilla for TECO-style control code echoing (^X) instead of mnemonics + * Progress indication in commandline cursor + * catch OOM errors (can happen easily due to infinite loops) + * undo-tokens per char limit (additional infinite loop safety) + * Function-key support + * generic function-key substitution, or + * function-key encoding (e.g. Page-down -> ^FPD) + * extended Q-Register namespace + * 2 char q-registers like in Troff (e.g. "Q(xy") + * arbitrary length names (e.g. "Q$xyz$", see ITS TECO) + -> Macro libraries + * Q-Register aliasing/linking + * EC command + * command-line push-down mechanism + * TECO syntax highlighting + * multiline commandline + * improve GTK interface + +Documentation: + * Code docs (Doxygen) + * Manpage + * Language reference? + * Command reference |