]>
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 | |
e589112e | 16 | |
43e916c3 KB |
17 | TODO |
18 | ===================================================================== | |
43e916c3 | 19 | |
e589112e KB |
20 | - selections should get highlighted, add COPY |
21 | - searching for text | |
22 | - moving cursor in non-edit mode | |
23 | ||
24 | ||
9e55588f KB |
25 | RECENTLY FIXED (?) |
26 | - fix(simplify) cursor size calculation | |
27 | - delete in empty line doesn't work | |
28 | - fix horiz scrollbar size OK here, a Mahogany problem? | |
e589112e KB |
29 | - with a large number of lines, wraps to top of scrolled window |
30 | --> check where the problem lies, add a debug function showing all coordinates | |
9e55588f | 31 | |
9e55588f KB |
32 | - update rectangle (needs support in wxllist and wxWindows) |
33 | --> needs a bit of fixing still | |
34 | some code bits are commented out in wxlwindow.cpp | |
35 | offset handling seems a bit dodgy, white shadow to top/left of cursor | |
378f7b3f | 36 | |
e589112e | 37 | |
9e55588f KB |
38 | - replacement of llist in window |
39 | - undo | |
40 | - font optimisations(!) | |
9e55588f | 41 | - occasionally wraps lines wongly (twice) ?? |
378f7b3f | 42 | - UNDO |
9e55588f KB |
43 | later: |
44 | - DragNDrop ... broken in wxGTK at present | |
45 | - cut&paste ... broken in wxGTK at present, Paste already implemented | |
46 | - Selections | |
378f7b3f | 47 | |
9e55588f KB |
48 | - More optimisations: |
49 | - let each line have a pointer to the last layoutcommand and let that | |
50 | one only store the settings that changed, then we no longer need to | |
51 | recalculate all the lines | |
52 |