]> git.saurik.com Git - wxWidgets.git/blob - user/wxLayout/TODO
a few more buglets
[wxWidgets.git] / user / wxLayout / 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 - 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 Inserting NL in empty line sometimes doesn't move cursor down.
20 Line numbers go a bit berserk, too. :-)
21
22 The following two probs can probably be fixed by adding the
23 RecalculateLayout() method:
24 Funny re-layout shows again in sample text.
25 Printing works again, but layout at begin of new page is corrupted.
26
27
28 Selections:
29 - moving in negative direction doesn't work
30 - selection state not properly reset, only works once
31 - selecting non-text objects is strange
32
33 - Changing default settings in Clear() or changing/inserting/deleting
34 a wxLayoutObject needs to update the m_StyleInfo in all lines, only
35 then can we start using that one.
36
37 - update rectangle (needs support in wxllist and wxWindows)
38 --> needs a bit of fixing still
39 some code bits are commented out in wxlwindow.cpp
40 offset handling seems a bit dodgy, white shadow to top/left of cursor
41
42 - replacement of llist in window
43 - UNDO
44 - DragNDrop
45
46 - Update docs, do full rtf/html editing.
47 - Verify html export.