]>
Commit | Line | Data |
---|---|---|
1 | ||
2 | BUGS | |
3 | ===================================================================== | |
4 | ||
5 | - dmalloc shows duplicate deletion after merging two lines and | |
6 | deleting the second half | |
7 | ||
8 | - word wrap for objects with lots of non-space needs to search in positive | |
9 | direction if begin of first object is reached | |
10 | ||
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) ?? | |
15 | ||
16 | TODO | |
17 | ===================================================================== | |
18 | ||
19 | RECENTLY FIXED (?) | |
20 | - fix(simplify) cursor size calculation | |
21 | - delete in empty line doesn't work | |
22 | - fix horiz scrollbar size OK here, a Mahogany problem? | |
23 | ||
24 | ||
25 | ||
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 | |
30 | ||
31 | - replacement of llist in window | |
32 | - undo | |
33 | - font optimisations(!) | |
34 | - copy/cut/selections | |
35 | - occasionally wraps lines wongly (twice) ?? | |
36 | - UNDO | |
37 | later: | |
38 | - DragNDrop ... broken in wxGTK at present | |
39 | - cut&paste ... broken in wxGTK at present, Paste already implemented | |
40 | - Selections | |
41 | ||
42 | - More optimisations: | |
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 | |
46 |