summaryrefslogtreecommitdiff
path: root/starmath/visual-editor-todo
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-03-19 14:01:13 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:01:13 +0100
commitf9585d9dc148653afee9286b00595222effe3d9c (patch)
tree2417c3f1a22881d61f151557589f9b776bcaa115 /starmath/visual-editor-todo
parent1ade0128a0cec27fdc6106245839e14e8d968482 (diff)
REPLACE j_assert with OSL_
Diffstat (limited to 'starmath/visual-editor-todo')
-rw-r--r--starmath/visual-editor-todo5
1 files changed, 2 insertions, 3 deletions
diff --git a/starmath/visual-editor-todo b/starmath/visual-editor-todo
index 3be3fd2fa40e..f378d2db6940 100644
--- a/starmath/visual-editor-todo
+++ b/starmath/visual-editor-todo
@@ -15,9 +15,8 @@ Easy
1. SmGraphicWindow::KeyInput relies on comparison of sal_Char, a better way must be available for CTRL+c
2. Code style (missing spaces, linebreaks and a few renames)
3. More documentation
-4. Replace j_assert with DBG_ASSERT (don't do this yet).
-5. Remove the CreateTextFromNode methods and replace calls to it with NodeToTextVisitor
-6. Extend NodeToTextVisitor to update token offsets so SmNode::GetRow and SmNode::GetColumn will work.
+4. Remove the CreateTextFromNode methods and replace calls to it with NodeToTextVisitor
+5. 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