]>
Commit | Line | Data |
---|---|---|
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 | - delete in empty line doesn't always work | |
12 | - fix initial scrollbar sizes | |
13 | - fix horiz scrollbar size | |
14 | ||
15 | ||
16 | TODO | |
17 | ===================================================================== | |
18 | ||
19 | - UNDO!! | |
20 | - replacement of llist in window | |
21 | - selection highlighting is a bit broken | |
22 | Improve speed! (See layout problem below!) | |
23 | ||
24 | - wxlwindow needs to shrink scrollbar range when window contents get removed | |
25 | - When selecting with the mouse, scroll window if pointer is outside. | |
26 | ||
27 | The following two probs can probably be fixed by adding the | |
28 | RecalculateLayout() method: | |
29 | Funny re-layout shows again in sample text. | |
30 | (Gone after calling layout for all objects before drawing one.) | |
31 | Printing works again, but layout at begin of new page is corrupted. | |
32 | ||
33 | ||
34 | - The import of a private data object does not work yet, we need to get | |
35 | the objects back from the string. | |
36 | - Changing default settings in Clear() or changing/inserting/deleting | |
37 | a wxLayoutObject needs to update the m_StyleInfo in all lines, only | |
38 | then can we start using that one. | |
39 | ||
40 | - update rectangle (needs support in wxllist and wxWindows) | |
41 | --> needs a bit of fixing still | |
42 | some code bits are commented out in wxlwindow.cpp | |
43 | offset handling seems a bit dodgy, white shadow to top/left of cursor | |
44 | ||
45 | - DragNDrop | |
46 | ||
47 | - Update docs, do full rtf/html editing. | |
48 | - Verify html export. |