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

Reply via email to