]>
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 | ===================================================================== | |
6ba4e8ac KB |
18 | - replacement of llist in window |
19 | - undo | |
43e916c3 | 20 | |
378f7b3f KB |
21 | - Selections!!! |
22 | ||
23 | - More optimisations: | |
24 | ||
25 | - let each line have a pointer to the last layoutcommand and let that | |
26 | one only store the settings that changed, then we no longer need to | |
27 | recalculate all the lines | |
28 | ||
29 | - update rectangle (needs support in wxllist and wxWindows) | |
30 | ||
31 | - fix(simplify) cursor size calculation: don't use icon cursor if there | |
32 | is no cursor object | |
33 | ||
34 | - copy/cut/selections | |
35 | - UNDO | |
36 | ||
37 | - cut&paste (paste is there but broken in wxGTK) | |
38 | The current paste in wxGTK is broken, support is there. | |
39 | Once selections are there, add copy (trivial). | |
40 | ||
41 | - DragNDrop (waiting for wxGTK/gtk1.2 & GNOME 1.0 / Debian Slink) |