3 =====================================================================
5 - dmalloc shows duplicate deletion after merging two lines and
6 deleting the second half
8 - word wrap for objects with lots of non-space needs to search in positive
9 direction if begin of first object is reached
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) ??
18 =====================================================================
20 - selections should get highlighted, add COPY
22 - moving cursor in non-edit mode
23 - cursor screen positioning ignores font sizes once again :-(
24 --> UpdateCursorScreenPos() cannot work as it ignores previous font formatting commands.
25 Either draw cursor when drawing text, or wait for new wxLayoutObjectCmd to be fully
29 - fix(simplify) cursor size calculation
30 - delete in empty line doesn't work
31 - fix horiz scrollbar size OK here, a Mahogany problem?
32 - with a large number of lines, wraps to top of scrolled window
33 --> check where the problem lies, add a debug function showing all coordinates
35 - update rectangle (needs support in wxllist and wxWindows)
36 --> needs a bit of fixing still
37 some code bits are commented out in wxlwindow.cpp
38 offset handling seems a bit dodgy, white shadow to top/left of cursor
41 - replacement of llist in window
43 - font optimisations(!)
44 - occasionally wraps lines wongly (twice) ??
47 - DragNDrop ... broken in wxGTK at present
48 - cut&paste ... broken in wxGTK at present, Paste already implemented
52 - let each line have a pointer to the last layoutcommand and let that
53 one only store the settings that changed, then we no longer need to
54 recalculate all the lines