@LiquidCake commented on this pull request.


In plugins/saveactions.c:

> +		}
+
+		g_free(locale_file_path);
+	}
+
+	g_dir_close(dir);
+
+	/* create new empty file/tab if this is a "fresh" session start without any opened files */
+	if (gtk_notebook_get_n_pages(GTK_NOTEBOOK(geany->main_widgets->notebook)) == 0)
+		document_new_file(NULL, NULL, NULL);
+}
+
+
+static gboolean load_all_temp_files_idle(gpointer p_cur_doc)
+{
+	//remember and re-open document from originaly focused tab 

fixed


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/3911/review/2214157502@github.com>