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
17 =====================================================================
19 Inserting NL in empty line sometimes doesn't move cursor down.
20 Line numbers go a bit berserk, too. :-)
22 The following two probs can probably be fixed by adding the
23 RecalculateLayout() method:
24 Funny re-layout shows again in sample text.
25 Printing works again, but layout at begin of new page is corrupted.
29 - moving in negative direction doesn't work
30 - selection state not properly reset, only works once
31 - selecting non-text objects is strange
33 - Changing default settings in Clear() or changing/inserting/deleting
34 a wxLayoutObject needs to update the m_StyleInfo in all lines, only
35 then can we start using that one.
37 - update rectangle (needs support in wxllist and wxWindows)
38 --> needs a bit of fixing still
39 some code bits are commented out in wxlwindow.cpp
40 offset handling seems a bit dodgy, white shadow to top/left of cursor
42 - replacement of llist in window
46 - Update docs, do full rtf/html editing.