aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-10 16:14:37 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-10 16:19:21 +0100
commit2003610332b8ffb1571a6e1ae697c08c3d05d701 (patch)
tree3280c01b814bbd5edf77745db687a693a10665bb
parent5e1ad77be8dcfa5ab399bd5f0f6be8c6b553a062 (diff)
downloadsciteco-2003610332b8ffb1571a6e1ae697c08c3d05d701.tar.gz
updated TODO
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 10c2684..ddb3437 100644
--- a/TODO
+++ b/TODO
@@ -58,7 +58,9 @@ Optimizations:
undo.push_msg|var() where the undo token destruction does not have any
significant side effects.
* use "friend" functions for C-linkage callbacks that must access a class'
- member instead of making that member public
+ member instead of making that member public.
+ Alternatively, I can use public context structures that are private
+ attributes.
* when setting/getting Q-Reg string, use special dummy Scintilla view
Documentation: