hugolabe / Wike

Wikipedia Reader for the GNOME Desktop
https://hugolabe.github.io/Wike/
GNU General Public License v3.0
228 stars 32 forks source link

Display occurrences of a search term #168

Closed rene-coty closed 4 months ago

rene-coty commented 7 months ago

When searching for a term on a given page, the occurrences of that term - if it exists on the page at all - are not shown. The search functionality would be more practical and useful if it could display the number of hits, like GNOME Text Editor, for example…

hugolabe commented 7 months ago

I assume you mean this:

wike-search-text

This was implemented as a child widget of GtkSearchEntry, but it stopped working in a recent Gtk update, so I had to remove it. I will test again to reimplement it in the future.

hugolabe commented 4 months ago

Fixed in version 3, just released.