1999-03-07 16:38:50 -05:00
|
|
|
|
|
|
|
BUGS
|
|
|
|
=====================================================================
|
|
|
|
|
|
|
|
- dmalloc shows duplicate deletion after merging two lines and
|
|
|
|
deleting the second half
|
|
|
|
|
1999-03-14 16:22:10 -05:00
|
|
|
- word wrap for objects with lots of non-space needs to search in positive
|
1999-04-03 11:57:46 -05:00
|
|
|
direction if begin of first object is reached
|
|
|
|
|
|
|
|
- delete in empty line doesn't always work
|
|
|
|
- fix initial scrollbar sizes
|
|
|
|
- fix horiz scrollbar size
|
1999-03-14 16:22:10 -05:00
|
|
|
|
1999-05-08 14:01:24 -04:00
|
|
|
|
1999-03-07 16:38:50 -05:00
|
|
|
TODO
|
|
|
|
=====================================================================
|
|
|
|
|
1999-05-14 06:41:51 -04:00
|
|
|
Inserting NL in empty line sometimes doesn't move cursor down.
|
1999-05-14 07:36:17 -04:00
|
|
|
Line numbers go a bit berserk, too. :-)
|
|
|
|
|
|
|
|
The following two probs can probably be fixed by adding the
|
|
|
|
RecalculateLayout() method:
|
|
|
|
Funny re-layout shows again in sample text.
|
|
|
|
Printing works again, but layout at begin of new page is corrupted.
|
1999-05-13 13:18:46 -04:00
|
|
|
|
1999-05-13 11:38:11 -04:00
|
|
|
|
1999-05-12 18:14:51 -04:00
|
|
|
Selections:
|
|
|
|
- moving in negative direction doesn't work
|
|
|
|
- selection state not properly reset, only works once
|
|
|
|
- selecting non-text objects is strange
|
|
|
|
|
1999-05-14 05:35:54 -04:00
|
|
|
- Changing default settings in Clear() or changing/inserting/deleting
|
|
|
|
a wxLayoutObject needs to update the m_StyleInfo in all lines, only
|
|
|
|
then can we start using that one.
|
1999-04-12 16:06:46 -04:00
|
|
|
|
|
|
|
- update rectangle (needs support in wxllist and wxWindows)
|
|
|
|
--> needs a bit of fixing still
|
|
|
|
some code bits are commented out in wxlwindow.cpp
|
|
|
|
offset handling seems a bit dodgy, white shadow to top/left of cursor
|
1999-04-03 11:57:46 -05:00
|
|
|
|
1999-04-12 16:06:46 -04:00
|
|
|
- replacement of llist in window
|
1999-04-03 11:57:46 -05:00
|
|
|
- UNDO
|
1999-05-13 17:13:26 -04:00
|
|
|
- DragNDrop
|
1999-04-03 11:57:46 -05:00
|
|
|
|
1999-05-14 05:35:54 -04:00
|
|
|
- Update docs, do full rtf/html editing.
|
|
|
|
- Verify html export.
|