X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c11b5265004937450f8e08d55b8a1476e1452dd..280132e34eed4d6be04f1b961bb6c9e844c97f35:/samples/richedit/TODO diff --git a/samples/richedit/TODO b/samples/richedit/TODO index a38796245b..f9036040e9 100644 --- a/samples/richedit/TODO +++ b/samples/richedit/TODO @@ -11,15 +11,13 @@ BUGS TODO ===================================================================== - -- typedef wxCoords CoordType ?? +- use printsetup margins - merge RecalulateXXX and Layout() into one -- remove UpdateCursorScreenCoords() which is no longer needed - UNDO!! - replacement of llist in window - - selection highlighting is a bit broken + Improve speed! (See layout problem below!) - wxlwindow needs to shrink scrollbar range when window contents get removed @@ -29,9 +27,6 @@ Improve speed! (See layout problem below!) - The import of a private data object does not work yet, we need to get the objects back from the string. -- Changing default settings in Clear() or changing/inserting/deleting - a wxLayoutObject needs to update the m_StyleInfo in all lines, only - then can we start using that one. - update rectangle (needs support in wxllist and wxWindows) --> needs a bit of fixing still @@ -39,6 +34,5 @@ Improve speed! (See layout problem below!) offset handling seems a bit dodgy, white shadow to top/left of cursor - DragNDrop - - Update docs, do full rtf/html editing. - - Verify html export. + - Verify/fix html export.