@eht16 commented on this pull request.


In src/search.h:

> @@ -60,6 +60,8 @@ typedef struct GeanySearchPrefs
 	gboolean	use_current_file_dir;	/* find in files directory to use on showing dialog */
 	gboolean	hide_find_dialog;		/* hide the find dialog on next or previous */
 	gboolean	replace_and_find_by_default;	/* enter in replace window performs Replace & Find instead of Replace */
+	gboolean	skip_confirmation_for_replace_in_session;	/* do *not* ask for confirmation

Thanks, fixed.

Isn't it part of the API by https://github.com/geany/geany/blob/master/src/plugindata.h#L202?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3851/review/2018274652@github.com>