[Github-comments] [geany/geany] Set default 'search not found' dialog to 'Find' (#2109)

crazyBaboon notifications at xxxxx
Sun Mar 24 07:45:11 UTC 2019


Yes, and IMO they should be set to default TRUE. I have managed to change their state to be checked by default, but the wrapping action was not happening. I added to line 429 of prefs.c:

`+       widget = ui_lookup_widget(ui_widgets.prefs_dialog, "check_always_wrap_search");
+       gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), prefs.beep_on_errors);
`
But this change only changed the GUI state of the wrap checked button, and the actual search was still not wrapping anything. Do you guys know how to default the search action to wrapping?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2109#issuecomment-475936182
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190324/73533a9e/attachment.html>


More information about the Github-comments mailing list