From a09c5f26b45afbd54698cad84c8c649a8c45e2eb Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 22 Jul 2022 19:27:56 +0800 Subject: [PATCH] - fix: bug in the project template --- NEWS.md | 1 + windows/templates/HelloInput.template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7d4b5136..9e1dc7e3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,7 @@ Red Panda C++ Version 1.1.5 - enhancement: add memory view rows/columns settings in the settings dialog -> debugger -> general panel - enhancement: add "Go to Line..." in the Code menu - fix: "Timeout for problem case" can't be rechecked, in the Settings Dialog -> executor -> problem set panel. + - fix: bug in the project template Red Panda C++ Version 1.1.4 diff --git a/windows/templates/HelloInput.template b/windows/templates/HelloInput.template index 200c3401..1874052f 100644 --- a/windows/templates/HelloInput.template +++ b/windows/templates/HelloInput.template @@ -10,7 +10,7 @@ Category[zh_CN]=控制台 [Unit0] CName=main.c -CppName=main.c +CppName=main.cpp C=HelloInput_c.txt Cpp=HelloInput_cpp.txt