aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-29 20:37:03 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-29 20:42:49 +0100
commit4f069e1977c9567b8aca7b0306ac5f100ef11282 (patch)
tree4a13d8ddcd96a9b82749059b75dbf6b2d86e9727 /TODO
parent775e91c41924663bc397516565fed2fcdcb52fc8 (diff)
downloadsciteco-4f069e1977c9567b8aca7b0306ac5f100ef11282.tar.gz
updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6b3cf39..1ea82f4 100644
--- a/TODO
+++ b/TODO
@@ -4,8 +4,11 @@ Known Bugs:
* Null-byte in strings not always handled transparently
* saving another user's file will only preserve the user when run as root
(WON'T FIX!?)
+ * Scintilla/Scinterm: sometimes <TAB> indents too much (see e.g. state declarations)
Features:
+ * protect ED hook executions (process like "(<x>M0$)")
+ * refactor search commands (create proper base class)
* 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 +25,7 @@ Features:
* command-line push-down mechanism
* TECO syntax highlighting
* multiline commandline
+ * perhaps use Scintilla view as mini buffer
* improve GTK interface
* modifier for toggling string building processing
* simplify parser (static jump tables are unnecessary!)