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 =====================================================================
21 - moving cursor in non-edit mode
22 - cursor screen positioning ignores font sizes once again :-(
23 --> UpdateCursorScreenPos() cannot work as it ignores previous font formatting commands.
24 Either draw cursor when drawing text, or wait for new wxLayoutObjectCmd to be fully
28 - fix(simplify) cursor size calculation
29 - delete in empty line doesn't work
30 - fix horiz scrollbar size OK here, a Mahogany problem?
31 - with a large number of lines, wraps to top of scrolled window
32 --> check where the problem lies, add a debug function showing all coordinates
34 - update rectangle (needs support in wxllist and wxWindows)
35 --> needs a bit of fixing still
36 some code bits are commented out in wxlwindow.cpp
37 offset handling seems a bit dodgy, white shadow to top/left of cursor
40 - replacement of llist in window
42 - font optimisations(!)
43 - occasionally wraps lines wongly (twice) ??
46 - DragNDrop ... broken in wxGTK at present
47 - cut&paste ... broken in wxGTK at present, Paste already implemented
51 - let each line have a pointer to the last layoutcommand and let that
52 one only store the settings that changed, then we no longer need to
53 recalculate all the lines