summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0ccb955b41a9..9f19e88c8584 100644
--- a/starmath/visual-editor-todo
+++ b/starmath/visual-editor-todo
@@ -18,6 +18,8 @@ Easy
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
+7. Extend NodeToTextVisitor to update token offsets so SmNode::GetRow and SmNode::GetColumn will work.
+ (These methods can be used to enable synchronization of caret positions between visual and non-visual editor).
Medium
------