diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-14 05:11:01 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-02-14 05:23:40 +0100 |
commit | 425eb28e3c822a87938d741d265cd055aad02643 (patch) | |
tree | df611f56993e572dacd31834c3c10ea418acd351 | |
parent | dd4947d015548dc4c1c299a50dda4f86d6d31bdc (diff) | |
download | sciteco-425eb28e3c822a87938d741d265cd055aad02643.tar.gz |
updated TODO: long-q-reg names implemented
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -16,10 +16,8 @@ Features: * generic function-key substitution, or * function-key encoding (e.g. Page-down -> ^FPD), or * function-key to ASCII/UTF mapping (as command executes macro of the same name) - * 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 + * Command to free Q-Register (remove from table) + * refactor match-char state machine using MicroStateMachine class * Q-Register aliasing/linking * EC command * TECO syntax highlighting |