]>
Commit | Line | Data |
---|---|---|
43e916c3 KB |
1 | |
2 | BUGS | |
3 | ===================================================================== | |
4 | ||
43e916c3 KB |
5 | - dmalloc shows duplicate deletion after merging two lines and |
6 | deleting the second half | |
7 | ||
6ba4e8ac | 8 | - word wrap for objects with lots of non-space needs to search in positive |
378f7b3f KB |
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 | |
6ba4e8ac | 14 | |
e589112e | 15 | |
43e916c3 KB |
16 | TODO |
17 | ===================================================================== | |
43e916c3 | 18 | |
cd043c51 | 19 | Inserting NL in empty line sometimes doesn't move cursor down. |
c3317e87 | 20 | |
d1fe5895 KB |
21 | Printing produces empty pages only. |
22 | ||
ae2d6d02 KB |
23 | Selections: |
24 | - moving in negative direction doesn't work | |
25 | - selection state not properly reset, only works once | |
26 | - selecting non-text objects is strange | |
27 | ||
b86cda55 KB |
28 | - Changing default settings in Clear() or changing/inserting/deleting |
29 | a wxLayoutObject needs to update the m_StyleInfo in all lines, only | |
30 | then can we start using that one. | |
9e55588f | 31 | |
9e55588f KB |
32 | - update rectangle (needs support in wxllist and wxWindows) |
33 | --> needs a bit of fixing still | |
34 | some code bits are commented out in wxlwindow.cpp | |
35 | offset handling seems a bit dodgy, white shadow to top/left of cursor | |
378f7b3f | 36 | |
9e55588f | 37 | - replacement of llist in window |
378f7b3f | 38 | - UNDO |
60a040b3 | 39 | - DragNDrop |
378f7b3f | 40 | |
b86cda55 KB |
41 | - Update docs, do full rtf/html editing. |
42 | - Verify html export. |