]>
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 | TODO | |
12 | ===================================================================== | |
13 | ||
14 | - use printsetup margins | |
15 | ||
16 | - merge RecalulateXXX and Layout() into one | |
17 | ||
18 | - UNDO!! | |
19 | - replacement of llist in window | |
20 | ||
21 | Improve speed! (See layout problem below!) | |
22 | ||
23 | - wxlwindow needs to shrink scrollbar range when window contents get removed | |
24 | - When selecting with the mouse, scroll window if pointer is outside. | |
25 | ||
26 | ||
27 | ||
28 | - The import of a private data object does not work yet, we need to get | |
29 | the objects back from the string. | |
30 | ||
31 | - update rectangle (needs support in wxllist and wxWindows) | |
32 | --> needs a bit of fixing still | |
33 | some code bits are commented out in wxlwindow.cpp | |
34 | offset handling seems a bit dodgy, white shadow to top/left of cursor | |
35 | ||
36 | - DragNDrop | |
37 | - Update docs, do full rtf/html editing. | |
38 | - Verify/fix html export. |