summaryrefslogtreecommitdiff
path: root/starmath/visual-editor-todo
diff options
context:
space:
mode:
authorLuke Dixon <6b8b4567@gmail.com>2011-02-15 22:46:54 +0000
committerJonas Finnemann Jensen <jopsen@gmail.com>2011-02-16 08:39:11 +0100
commit396d679b60fe2c996ff040218814f54684703313 (patch)
tree6568944c7739253d41556f31cbc65923ebb4f3ee /starmath/visual-editor-todo
parent66c00d6e5985cbbac9c44aba46331eb81d547052 (diff)
Make Undo & Redo work with the visual formula editor
and update todo list.
Diffstat (limited to 'starmath/visual-editor-todo')
-rw-r--r--starmath/visual-editor-todo13
1 files changed, 6 insertions, 7 deletions
diff --git a/starmath/visual-editor-todo b/starmath/visual-editor-todo
index b19c1e7b7739..3be3fd2fa40e 100644
--- a/starmath/visual-editor-todo
+++ b/starmath/visual-editor-todo
@@ -36,10 +36,9 @@ Complex
Complex and non-essential
-------------------------
-1. Global clipboard integration
-2. Support undo/redo with UndoManager integration
-3. Consider improving GUI for "Formula Elements"-dialog, most buttons work with visual editor
-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.
+* Global clipboard integration
+* Consider improving GUI for "Formula Elements"-dialog, most buttons work with visual editor
+* Consider allowing users to enter commands in visual editor, by prefixing the command...
+* Optimize things, for instance SmCursor::AnnotateSelection() is called way too many places...
+* Improve handling of MoveUp and MoveDown in SmCursor::Move, SmCaretPos2LineVisitor might need improvement.
+* Synchronized command text caret and visual editor caret.