aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-02-16 13:35:40 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-02-16 13:35:40 +0100
commitba22b1a307988fd493fc682daff20eee4c325451 (patch)
tree7c2e482a07c8c8c0444ae8f0fa4757f3da50acfc /TODO
parent4ae59fd5cdcaba4d050e86d02c38dddacba2fc80 (diff)
downloadsciteco-ba22b1a307988fd493fc682daff20eee4c325451.tar.gz
updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2
* allows us to remove most patches. One however is still necessary (Scinterm Makefile bug!) * TECO-style control code echoing is now set up using the SCI_SETREPRESENTATION message * updated copyrights * updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index f498537..d83c9a8 100644
--- a/TODO
+++ b/TODO
@@ -47,6 +47,7 @@ Features:
like teco.ini is found): perhaps by introducing special characters
in the default SCITECOPATH or hardcoding the defaults
* automatic EOL detection of buffers; easy EOL setting
+ * refactor State::Error into separate C file and namespace
Optimizations:
* prevent command-line flickering when using function key macros.