[Github-comments] [geany] Find popup does not update with new highlighted text without closing and reopening it. (#758)

dmap-guru notifications at xxxxx
Fri Feb 5 10:48:29 UTC 2016


If this is the way to go, it's a 1 line mod.  In search.c, function search_show_find_dialog(), change line:

if (! gtk_widget_get_visible(find_dlg.dialog) && sel)

to

if ( sel )


---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/758#issuecomment-180292056
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160205/4dada1c9/attachment.html>


More information about the Github-comments mailing list