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) ??
17 =====================================================================
20 - fix(simplify) cursor size calculation
21 - delete in empty line doesn't work
22 - fix horiz scrollbar size OK here, a Mahogany problem?
26 - update rectangle (needs support in wxllist and wxWindows)
27 --> needs a bit of fixing still
28 some code bits are commented out in wxlwindow.cpp
29 offset handling seems a bit dodgy, white shadow to top/left of cursor
31 - replacement of llist in window
33 - font optimisations(!)
35 - occasionally wraps lines wongly (twice) ??
38 - DragNDrop ... broken in wxGTK at present
39 - cut&paste ... broken in wxGTK at present, Paste already implemented
43 - let each line have a pointer to the last layoutcommand and let that
44 one only store the settings that changed, then we no longer need to
45 recalculate all the lines