summaryrefslogtreecommitdiffstats
path: root/starmath/visual-editor-todo
diff options
context:
space:
mode:
authorJonas Finnemann Jensen <jopsen@gmail.com>2010-10-31 18:12:54 +0100
committerJonas Finnemann Jensen <jopsen@gmail.com>2010-11-02 20:06:21 +0100
commit13a41ae5f768eba2b2df8430e1f7be65e10c0ed5 (patch)
treef2cf186750b32212e8558085d80107e14d5512ea /starmath/visual-editor-todo
parentfix breakage introduce by commit 13de34e027fa2768a1e40962f1ef2b056d91054a (diff)
downloadcore-13a41ae5f768eba2b2df8430e1f7be65e10c0ed5.tar.gz
core-13a41ae5f768eba2b2df8430e1f7be65e10c0ed5.zip
Added a few details to the todo
Diffstat (limited to 'starmath/visual-editor-todo')
-rw-r--r--starmath/visual-editor-todo2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/visual-editor-todo b/starmath/visual-editor-todo
index 027140f0e231..e2555ab62626 100644
--- a/starmath/visual-editor-todo
+++ b/starmath/visual-editor-todo
@@ -17,6 +17,7 @@ Easy
3. Code style (missing spaces, linebreaks and a few renames)
4. More documentation
5. Replace j_assert with DBG_ASSERT (don't do this yet).
+6. Remove the CreateTextFromNode methods and replace calls to it with NodeToTextVisitor
Medium
------
@@ -42,3 +43,4 @@ Complex and non-essential
4. Consider allowing users to enter commands in visual editor, by prefixing the command...
5. Optimize things, for instance SmCursor::AnnotateSelection() is called way too many places...
6. Improve handling of MoveUp and MoveDown in SmCursor::Move, SmCaretPos2LineVisitor might need improvement.
+7. Synchronized command text caret and visual editor caret.