]> git.saurik.com Git - wxWidgets.git/blob - user/wxLayout/TODO
New, rewritten, wxLayout. Almost complete.
[wxWidgets.git] / user / wxLayout / TODO
1
2 BUGS
3 =====================================================================
4
5 - Delete():
6 1 - occasionally delete deletes too much, maybe when at begin of
7 line?
8 2 - when in an empty line, Delete() doesn't always merge lines
9 3 - line numbers aren't updated properly, may be related to 2.
10 4 - deleting lines leaves later parts of the list unaffected
11 --> just redrawing at least the next two lines doesn't seem
12 enough, strange, don't positions change?
13 - dmalloc shows duplicate deletion after merging two lines and
14 deleting the second half
15
16 TODO
17 =====================================================================
18
19 - Add word wrap to wxlwindow/wxllist.
20 - Cursor to mouseclick
21 - Focus feedback for cursor
22 - Selections
23
24 - More optimisations
25