viliusle / miniPaint

online image editor
http://viliusle.github.io/miniPaint/
Other
2.62k stars 610 forks source link

[Feature Request] Module/tool search feature similar to OS X Spotlight or Blender. #204

Closed Giwayume closed 3 years ago

Giwayume commented 3 years ago

One problem I consistently have working in Photoshop/GIMP is finding things in menus, or even finding the correct icon to switch to a specific tool. The same problem exists in miniPaint, but to a lesser degree due to having less functionality crammed in its menus. Nevertheless, I think it would benefit from having a quick search (usually F3 key) that lets you type the name of a menu module or tool, and either runs that module or selects that tool. This helps for those brainfart moments when you're having trouble finding something by scanning the list, even when you know it's there. It would also help new users who don't necessarily understand all of the functionality miniPaint has to offer and can search to see if it exists.

Blender solves this problem wonderfully with a little popup that appears next to your mouse when you press F3.

image

A similar pattern exists in OS X for finding applications (CMD + SPACE)

image

Photoshop has the "Discover" panel which is similar functionality

image

viliusle commented 3 years ago

It would be nice feature, and it is not hard to implement it, because all parts already exists in code, just not in 1 place.

Just small problem: how to tell people that there is such feature, and you can use it... Probably search icon after menu would work well.

Giwayume commented 3 years ago

Probably search icon after menu would work well.

My thoughts, yeah.