[Glade-devel] Unbearabley Ultimate Undo Upgrade ....(patch)
Tristan Van Berkom
tvb at gnome.org
Tue May 24 13:38:59 EDT 2005
Andy Somerville wrote:
> jello,
>
> Another patch to fix another one of my complaints. This one picks
> up the ctrl+z ctrl+r keypresses for undo/redo so that you can use them
> while focus is on the "project windows" (meaning the window widgets
> you are producing with glade ( I protest the current naming
> conventions))
I've been contemplating centralizing this logic somewhere
(like glade-key.[ch] or something)
The idea is to handle key events from GladeWidget widgets,
GladePlaceholder widgets, GtkFixed like widget containers (to
be defined) and the project window all in the same switch case;
I think this should help to provide some consistancy through
both the code base and the user experience.
it would also be important to handle cut/copy/paste
through here too.
what do you think ?
Cheers,
-Tristan
More information about the Glade-devel
mailing list