diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 02:24:52 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-20 02:24:52 +0100 |
commit | 1e55387482bd501770aafc4230cbcad870d3abf3 (patch) | |
tree | e5d7d566056363c7b8ac968f19a083eaf2d5aec0 /TODO | |
parent | eb35babede8a65bdf31b5d864fe36164792364bd (diff) | |
download | sciteco-1e55387482bd501770aafc4230cbcad870d3abf3.tar.gz |
added patch enabling TECO-style (^X) control code echoing in Scintilla
in the future, I might submit a more elaborate Scintilla patch for configuring
the control code strings.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,6 @@ Known Bugs: * 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) @@ -22,6 +21,7 @@ Features: * TECO syntax highlighting * multiline commandline * improve GTK interface + * modifier for toggling string building processing Documentation: * Code docs (Doxygen) |