]> git.saurik.com Git - wxWidgets.git/blob - samples/richedit/TODO
Fixed the keyboard selection handling (Please remember to maintain m_Selecting
[wxWidgets.git] / samples / richedit / TODO
1
2 BUGS
3 =====================================================================
4
5 - dmalloc shows duplicate deletion after merging two lines and
6 deleting the second half
7
8 - word wrap for objects with lots of non-space needs to search in positive
9 direction if begin of first object is reached
10
11 TODO
12 =====================================================================
13
14
15 - merge RecalulateXXX and Layout() into one
16
17 - UNDO!!
18 - replacement of llist in window
19
20 Improve speed! (See layout problem below!)
21
22 - wxlwindow needs to shrink scrollbar range when window contents get removed
23 - When selecting with the mouse, scroll window if pointer is outside.
24
25
26
27 - The import of a private data object does not work yet, we need to get
28 the objects back from the string.
29
30 - update rectangle (needs support in wxllist and wxWindows)
31 --> needs a bit of fixing still
32 some code bits are commented out in wxlwindow.cpp
33 offset handling seems a bit dodgy, white shadow to top/left of cursor
34
35 - DragNDrop
36 - Update docs, do full rtf/html editing.
37 - Verify/fix html export.