]> git.saurik.com Git - wxWidgets.git/blob - user/wxLayout/TODO
Much improved, update rectangles almost work. Selections seem to work.
[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 - occasionally wraps lines wongly (twice) ??
15
16
17 TODO
18 =====================================================================
19
20 - selections should get highlighted, add COPY
21 - searching for text
22 - moving cursor in non-edit mode
23
24
25 RECENTLY FIXED (?)
26 - fix(simplify) cursor size calculation
27 - delete in empty line doesn't work
28 - fix horiz scrollbar size OK here, a Mahogany problem?
29 - with a large number of lines, wraps to top of scrolled window
30 --> check where the problem lies, add a debug function showing all coordinates
31
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
36
37
38 - replacement of llist in window
39 - undo
40 - font optimisations(!)
41 - occasionally wraps lines wongly (twice) ??
42 - UNDO
43 later:
44 - DragNDrop ... broken in wxGTK at present
45 - cut&paste ... broken in wxGTK at present, Paste already implemented
46 - Selections
47
48 - More optimisations:
49 - let each line have a pointer to the last layoutcommand and let that
50 one only store the settings that changed, then we no longer need to
51 recalculate all the lines
52