
A wish list of things I'd like to do with gtkcookie, in no paritular order.

1. autoconf!

2. get the file open/save-as dialogues to show dot files and dot directories

3. add a new menu to the menu bar, called "cookie",
that has "create", "nuke", and "edit" items.
Have this menu also pop up when you right-click on a cookie

4. online help

5. a toolbar instead of the row of buttons at the top

6. a search function that allows you to search the cookies for any string

7. prevent a double-click in the scrollbars of the clist widget from
popping up the edit cookie dialogue box

8. a faster sorting algorithm instead of that damned bubble sort that
I'm using right now.

9. shortcuts, eg, Ctrl-Q to quit, Ctrl-E to edit the highlighted cookie.
Perhaps using the menufactory would solve those problems.


