diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-29 20:37:03 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-29 20:42:49 +0100 |
commit | 4f069e1977c9567b8aca7b0306ac5f100ef11282 (patch) | |
tree | 4a13d8ddcd96a9b82749059b75dbf6b2d86e9727 /TODO | |
parent | 775e91c41924663bc397516565fed2fcdcb52fc8 (diff) | |
download | sciteco-4f069e1977c9567b8aca7b0306ac5f100ef11282.tar.gz |
updated TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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!) |