GNOME Bugzilla – Bug 111763
Use proper combo box?
Last modified: 2010-01-24 01:07:46 UTC
Is there a good reason why mini-commander doesn't just use a proper combo box for its history feature? It would just make the default layout fractionally wider on those panels where the two buttons are currently stacked vertically (and swap the order on the ones where they aren't), but that's about it. Is it because the automcompletion stuff couldn't easily be added to a standard combo? Generally it's a bad idea to invent new ways of doing things for which standard controls already exist... you just waste time trying to duplicate the keynav and accessibility features that somebody's already written, and the user has to figure out how to use something that they should already know how to use.
Good idea. I'm working on it.
This would be easy to implement with GtkEntryCompletion.
I think this would be easy enough to do. Marking as easy-fix.
I hacked over this a bit, and added a patch. Instead of GtkEntryCompletion, i used GnomeEntry widget to put combo box there, and it'll use mini-commander's own command completion rouitine, just history will be shown in combo box. I think that's the reason, reporter filed this bug.
Created attachment 39369 [details] [review] GnomeEntry patch for mini commander Patch is against Gnome 2.8 cvs head.
We really should use GtkEntryCompletion so that we can offer completion for macros and other features, as well as icons for applications if we can find them. Really I would like to bundle this into something I have been playing with called Auric. http://live.gnome.org/AuricApplet
Deskbar replaces this applet.