- fix: bug in the project template
This commit is contained in:
parent
2f8988cf91
commit
a09c5f26b4
1
NEWS.md
1
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 memory view rows/columns settings in the settings dialog -> debugger -> general panel
|
||||||
- enhancement: add "Go to Line..." in the Code menu
|
- 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: "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
|
Red Panda C++ Version 1.1.4
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ Category[zh_CN]=控制台
|
||||||
|
|
||||||
[Unit0]
|
[Unit0]
|
||||||
CName=main.c
|
CName=main.c
|
||||||
CppName=main.c
|
CppName=main.cpp
|
||||||
C=HelloInput_c.txt
|
C=HelloInput_c.txt
|
||||||
Cpp=HelloInput_cpp.txt
|
Cpp=HelloInput_cpp.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue