X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d7836c47de679f03b1b7e738c77164c11bd3689..d7c37bdf337d7ca687263520de432eee4a3722db:/samples/richtext/todo.txt?ds=sidebyside diff --git a/samples/richtext/todo.txt b/samples/richtext/todo.txt index 6c3b40396f..6b899b5ff1 100644 --- a/samples/richtext/todo.txt +++ b/samples/richtext/todo.txt @@ -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).