Maybe we should also search in tooltips of menu items (actions), not just in their text (label) as we are doing now. Not super urgent as most menus (apart from the applications in the System menu) don't even have tooltips, but might be handy at some point.
In ../src/appmenu/appmenumodel.cpp, possibly also search tooltip.
This does not quite work yet. Why? Due to filterMenu(action->menu(),searchString,searchString=="",names);? When one comments that out then not all menu entries are found anymore...
Maybe we should also search in tooltips of menu items (actions), not just in their text (label) as we are doing now. Not super urgent as most menus (apart from the applications in the System menu) don't even have tooltips, but might be handy at some point.
In
../src/appmenu/appmenumodel.cpp
, possibly also search tooltip.Change
to
Need to do this in 2 places.
This does not quite work yet. Why? Due to
filterMenu(action->menu(),searchString,searchString=="",names);
? When one comments that out then not all menu entries are found anymore...More investigation needed.