After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301287 - Incremental (typeahead) search in PDB browser
Incremental (typeahead) search in PDB browser
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-04-20 08:22 UTC by Michael Schumacher
Modified: 2005-05-13 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Schumacher 2005-04-20 08:22:24 UTC
It would save me some time if the pdb browser had an incremental search, thus
eliminating the need to press a button to start it.

For example, typing

f i l e _

will narrow down the results to the file load plug-ins (and one or two others)
with each character that is entered.

The two search buttons could be replaced with e.g. radio buttons to decide what
will be searched.
Comment 1 Manish Singh 2005-04-20 08:31:41 UTC
GTK+ 2.6 gives us this for free. Perhaps you need to upgrade?

I think doing incremental search on anything but the procedure name would be
confusing to the user.
Comment 2 Michael Schumacher 2005-04-20 09:07:05 UTC
The way GTK+ 2.6 does this is not obvious. 
Can the existing search field by plugged into this incremental search somehow?
Comment 3 Michael Schumacher 2005-04-20 09:28:29 UTC
Oh, and the GTK+ search does work totally different than the search of the
browser - it just jumps to the first entry and doesn't decide what is displayed.
Comment 4 Alan Horkan 2005-05-05 16:11:36 UTC
This request sounds a lot like how the Perl version of the PDB browser worked,
you might try using it instead (unless you are already and that is where you got
the idea for this enhancment).  
Comment 5 Michael Schumacher 2005-05-11 11:13:51 UTC
Using the perl version of the PDB browser is not really an option (did anyone
try to build gimp-perl on Win32 recently; can this be done using a default MinGW
setup and ActivePerl now?). 

However, AFAIK the procbrowser is supposed to go into libgimp(ui), so this would
be even more useful to have in the default distro.
Comment 6 Michael Natterer 2005-05-13 15:58:24 UTC
Fixed in CVS:

2005-05-13  Michael Natterer  <mitch@gimp.org>

	* plug-ins/dbbrowser/gimpprocbrowser.c
	* plug-ins/dbbrowser/plugin-browser.c: implement typeahead search
	and get rid of the search buttons in the action area. Cleaned up
	dialog layout and code. Fixes bug #301287.