@LiquidCake commented on this pull request.
return next_file_name;
+ } + } + + if (strlen(extension_postfix)) + g_free(extension_postfix); + + return NULL; +} + + +static void persistent_untitled_document_new_cb(GObject *obj, GeanyDocument *doc, gpointer user_data) +{ + if (doc->file_name == NULL) + { + gchar *pers_docs_files_dir_utf8, *new_pers_doc_file_name_utf8, *new_pers_doc_file_path_utf8;
done