]>
Commit | Line | Data |
---|---|---|
43e916c3 KB |
1 | |
2 | BUGS | |
3 | ===================================================================== | |
4 | ||
43e916c3 KB |
5 | - dmalloc shows duplicate deletion after merging two lines and |
6 | deleting the second half | |
7 | ||
6ba4e8ac | 8 | - word wrap for objects with lots of non-space needs to search in positive |
378f7b3f KB |
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) ?? | |
6ba4e8ac | 15 | |
43e916c3 KB |
16 | TODO |
17 | ===================================================================== | |
43e916c3 | 18 | |
9e55588f KB |
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 | ||
378f7b3f | 24 | |
378f7b3f | 25 | |
9e55588f KB |
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 | |
378f7b3f | 30 | |
9e55588f KB |
31 | - replacement of llist in window |
32 | - undo | |
33 | - font optimisations(!) | |
378f7b3f | 34 | - copy/cut/selections |
9e55588f | 35 | - occasionally wraps lines wongly (twice) ?? |
378f7b3f | 36 | - UNDO |
9e55588f KB |
37 | later: |
38 | - DragNDrop ... broken in wxGTK at present | |
39 | - cut&paste ... broken in wxGTK at present, Paste already implemented | |
40 | - Selections | |
378f7b3f | 41 | |
9e55588f KB |
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 |