diff options
author | Jonas Finnemann Jensen <jopsen@gmail.com> | 2010-11-06 19:00:13 +0100 |
---|---|---|
committer | Jonas Finnemann Jensen <jopsen@gmail.com> | 2010-11-15 17:33:26 +0100 |
commit | 829beed1564e4da2be034fbf58204b0c32311712 (patch) | |
tree | 0dd2d0abf47759ca08563b2103ce9562df5b1112 /starmath | |
parent | ff0323be77497b6beed1a39a7c5dfa1335450bc9 (diff) |
Added new task to the todo-list
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/visual-editor-todo | 2 |
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 ------ |