X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d551ad5e5d4f9643d69e70638788fb9a78f209a..17b1d76b4add82305463d10b9f65668d06169363:/samples/richtext/todo.txt diff --git a/samples/richtext/todo.txt b/samples/richtext/todo.txt index 8cc4886ceb..6b899b5ff1 100644 --- a/samples/richtext/todo.txt +++ b/samples/richtext/todo.txt @@ -45,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).