]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richtext/todo.txt
Turkish translations update from Çağrı Doğan.
[wxWidgets.git] / samples / richtext / todo.txt
index 6c3b40396f16f1951feafec2a9254a471c68b7e6..6b899b5ff11210cea74b70ee55895a98cbb11fb9 100644 (file)
@@ -10,6 +10,8 @@ BUGS:
   lengths. See wxRichTextCtrl::ExtendSelection.
 - Word forward can miss first word on line.
 - Doesn't correctly undo deletion of bulleted paragraphs.
+- Sizing doesn't restore the scroll position correctly (related
+  to the use of buffer layout optimization and OnIdle full layout.)
 
 
 IMPROVEMENTS:
@@ -43,8 +45,8 @@ IMPROVEMENTS:
 - Improve image support: margins, resizing, storage of image as native format
   data (e.g. JPEG) so no lossiness.
 - Ensure read-only mode works.
-- Make more efficient, e.g. don't try to draw lines outside the client area;
-  don't store whole paragraph in Undo stack if just changing the paragraph's style.
+- Don't store whole paragraph in Undo stack if just changing the paragraph's style.
+- Use binary chop to find character position for (x,y).
 - Allow specification of word separators, and whether hyphenation will be done
   (language-dependent).