@elextr commented on this pull request.
> @@ -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
The struct is, but your new field is not doxygened so it won't appear in the
API docs, in fact only `use_current_word` appears in the [API
docs](https://www.geany.org/manual/reference/structGeanySearchPrefs.html) from
the whole structure. If you want it in the API docs you need to use a `/**<`
comment on the field but unless you are about to use it in a plugin its
probably better to not doxygen it and no change needed in the API version.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3851#discussion_r1577102818
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3851/review/[email protected]>