]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/TODO
Added the forgotten file txtstrm.tex
[wxWidgets.git] / samples / richedit / TODO
index a38796245b2d3778e342f29cca6331758cacf7f7..f9036040e907a865c16bc3907328419d692d5d8c 100644 (file)
@@ -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.