@techee commented on this pull request.
> @@ -315,6 +315,51 @@ LspAutocompleteSymbol *find_symbol(GeanyDocument *doc, > const gchar *text) } +#if ! GLIB_CHECK_VERSION (2, 68, 0) +static guint lsp_g_string_replace(GString *string, const gchar *find, const gchar *replace, guint limit) What a beautiful example of a 1AM solution! But my preferred 5PM solution would rather be to use our `utils_string_replace_all()` (which I probably didn't use myself because I was writing the original code at 1AM :-) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1476#discussion_r2195234632 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1476/review/[email protected]>
