RSS/Atom feed Twitter
Site is read-only, email is disabled

Searching within resources

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Searching within resources David Gowers 01 Jun 00:46
  Searching within resources Sven Neumann 01 Jun 19:41
   Searching within resources David Gowers 02 Jun 02:01
David Gowers
2009-06-01 00:46:57 UTC (over 15 years ago)

Searching within resources

Sven mentioned this:

"Press Ctrl-F (or Ctrl-S, it depends on your GTK+ keybindings) in the list view to open the search field, then enter the first letter(s). "

on the GIMP-User mailing list. I replied 'We need to make this plain in the GIMP documentation!"

And went on to write this:

* Use Up and Down arrows to move through the different results. This works just the same as standard 'type a prefix' (without the need for CTRL+F) searching. Press Enter to select a result.

* in conjunction with distinctive naming conventions, this can entirely eliminate time spent trying to visually point at the resource you want. For example, renaming the standard 'Circle (03)' type brushes to the form 'c03' means that you can select them very quickly using this mechanism.
(as it is, typing CTRL+F ci gives you all the 'Circle' brushes and all the 'Circle Fuzzy' brushes as options)

* You can search both in the popup dialogs (eg from tool options when you click the brush icon)
and in the dockables ('Gradients', 'Patterns', 'Brushes','Fonts') but ONLY when they are set to list view. The popups have an icon at the center which will
choose list view; for the dockables, the option appears in the menu popped up when you click that box with a triangle inside near the top of the dockable.

* The actual list must be focused (not the tag field above it or below it, for 2.6.x+ users :)

* You can also search in TreeViews, such as these dockables: Layers, Images, Paths, Document History, Channels, Undo History

* The search finds prefixes, not substrings -- that is, if you have items named 'flower' and 'lowered',
typing 'low' will immediately select 'lowered' without ever considering 'flower'

* This is a feature of GTK+, not GIMP. However GIMP is one of the few programs where the standard mechanism of 'simply type something in, anytime, to search' is not feasible.

* GIMP requires the CTRL+F beforehand because many alphabetical keys have a keybinding, thus the standard 'type a prefix' operation would simply trigger a lot of random tool switching rather than providing input for the searching.

Things I haven't done yet: * Screenshots
* Integrate into gimp-docs and make a git (commit? patchset? whatever it is called.) for it.

Is there anything that needs further clarification? I'd appreciate comments. In particular, is there a nice place to fit this in the docs?

David

Sven Neumann
2009-06-01 19:41:56 UTC (over 15 years ago)

Searching within resources

Hi,

On Mon, 2009-06-01 at 08:16 +0930, David Gowers wrote:

* You can search both in the popup dialogs (eg from tool options when you click the brush icon)

Doesn't make too much sense to search in that list, does it? The entry next to the icon allows you to filter the list. That is in my opinion more useful and also easier to discover.

Sven

David Gowers
2009-06-02 02:01:18 UTC (over 15 years ago)

Searching within resources

On Tue, Jun 2, 2009 at 3:13 AM, Sven Neumann wrote:

Hi,

On Mon, 2009-06-01 at 08:16 +0930, David Gowers wrote:

* You can search both in the popup dialogs (eg from tool options when you click the brush icon)

Doesn't make too much sense to search in that list, does it? The entry next to the icon allows you to filter the list. That is in my opinion more useful and also easier to discover.

That's true. I must say though that so far, every time I use it, I have a feeling of 'wait, am I inadvertently modifying the name of a brush here?'. Perhaps it could be made to look more like the popup treeview searching box, with a frame around it.

Also, what you mentioned above does not apply to gradients -- they have no entry. Is this a bug?

David