@techee commented on this pull request.


In src/templates.c:

> @@ -283,6 +285,42 @@ static void create_file_template_menu(void)
 	g_object_ref(new_with_template_toolbar_menu);
 	geany_menu_button_action_set_menu(GEANY_MENU_BUTTON_ACTION(toolbar_get_action_by_name("New")),
 		new_with_template_toolbar_menu);
+
+	// create config files menu
+	item = gtk_menu_item_new_with_mnemonic(_("Templates"));

We are in a string freeze now, is this patch still planned for 2.0?


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/3396/review/1661951753@github.com>