aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-20 02:24:52 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-20 02:24:52 +0100
commit1e55387482bd501770aafc4230cbcad870d3abf3 (patch)
treee5d7d566056363c7b8ac968f19a083eaf2d5aec0 /TODO
parenteb35babede8a65bdf31b5d864fe36164792364bd (diff)
downloadsciteco-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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5e97e10..5538c44 100644
--- a/TODO
+++ b/TODO
@@ -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)