@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

Ok, I reverted the API version bump.

I was referring to that the new field is technically part of the plugin API as I can access and use it from a plugin, no matter whether it is doxgened.
Anyway, using the documented API as source is also fine.


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/2027085890@github.com>