> @@ -1656,6 +1655,12 @@ gboolean document_reload_prompt(GeanyDocument *doc,
> const gchar *forced_enc)
> g_free(base_name);
> return result;
> }
> +/* also used for reloading when forced_enc is NULL */
> +gboolean document_rename_prompt(GeanyDocument *doc) {
I don't think this convenience function should be added. Not only it's very
simple and only use "public" API, but it's also only used in one place.
---
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/1140/files/88f6ad8bebb4a6ef583d1e061ae2faa6d5dd93de#r70873218