Added a SUMMARY command to schedulator, which allows you to show a
[wvapps.git] / zen / TODO
blobe8c1c2f1dec6eed6b6e1fc9bdca7eb9021230ca0
1 Zen TODO
2 ========
4 KNOWN ISSUES
6 - Selections in buffers should not disappear when find/replace dialogs are
7   poped up
8   
9   - This is due to a deficiency in the GtkTextBuffer class: when it owns
10     the primary clipboard and that ownership is lost, it automatically clears
11     the selection.  Until this is corrected we will not be able to replace
12     within a selection.
13     
14   - The Replace in Selection feature is disabled until the GtkTextBuffer
15     class is fixed.
17 SCHEDULED FOR FUTURE RELEASES
19 - New commands:
20   - C-t to switch two characters
21   - C-u to make all uppercase
22   - C-l to make all lowercase
23   
24 - Preferences for language highlighting colours
26 - Regular expression search and replace
28 - Search in files 
30 - Printing
32 - Sorting of rows