]>
Commit | Line | Data |
---|---|---|
6c11b526 KB |
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 | - typedef wxCoords CoordType ?? | |
16 | ||
17 | - merge RecalulateXXX and Layout() into one | |
18 | - remove UpdateCursorScreenCoords() which is no longer needed | |
19 | ||
20 | - UNDO!! | |
21 | - replacement of llist in window | |
22 | - selection highlighting is a bit broken | |
23 | Improve speed! (See layout problem below!) | |
24 | ||
25 | - wxlwindow needs to shrink scrollbar range when window contents get removed | |
26 | - When selecting with the mouse, scroll window if pointer is outside. | |
27 | ||
28 | ||
29 | ||
30 | - The import of a private data object does not work yet, we need to get | |
31 | the objects back from the string. | |
32 | - Changing default settings in Clear() or changing/inserting/deleting | |
33 | a wxLayoutObject needs to update the m_StyleInfo in all lines, only | |
34 | then can we start using that one. | |
35 | ||
36 | - update rectangle (needs support in wxllist and wxWindows) | |
37 | --> needs a bit of fixing still | |
38 | some code bits are commented out in wxlwindow.cpp | |
39 | offset handling seems a bit dodgy, white shadow to top/left of cursor | |
40 | ||
41 | - DragNDrop | |
42 | ||
43 | - Update docs, do full rtf/html editing. | |
44 | - Verify html export. |