The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| redpanda-cpp_2.5-1_amd64.deepin.20.7.deb | 2022-12-03 | 2.9 MB | |
| RedPanda.C++.2.5.win32.No.Compiler.Setup.exe | 2022-12-03 | 11.0 MB | |
| RedPanda.C++.2.5.win32.No.Compiler.Portable.7z | 2022-12-03 | 10.1 MB | |
| RedPanda.C++.2.5.win32.MinGW-w64.i686.GCC.8.1.Setup.exe | 2022-12-03 | 55.2 MB | |
| RedPanda.C++.2.5.win32.MinGW-w64.i686.GCC.8.1.Portable.7z | 2022-12-03 | 55.7 MB | |
| RedPanda.C++.2.5.win64.No.Compiler.Setup.exe | 2022-12-03 | 10.5 MB | |
| RedPanda.C++.2.5.win64.No.Compiler.Portable.7z | 2022-12-03 | 9.6 MB | |
| RedPanda.C++.2.5.win64.MinGW-w64.X86_64.GCC.11.2.Setup.exe | 2022-12-03 | 66.0 MB | |
| RedPanda.C++.2.5.win64.MinGW-w64.X86_64.GCC.11.2.Portable.7z | 2022-12-03 | 63.8 MB | |
| redpanda-cpp_2.5-1_amd64.ubuntu.20.04.deb | 2022-12-03 | 2.9 MB | |
| redpanda-cpp_2.5-1_amd64.debian.11.deb | 2022-12-03 | 2.8 MB | |
| README.md | 2022-12-03 | 1.6 kB | |
| RedPanda C++ Version 2.5.tar.gz | 2022-12-03 | 4.2 MB | |
| RedPanda C++ Version 2.5.zip | 2022-12-03 | 5.1 MB | |
| Totals: 14 Items | 299.7 MB | 13 | |
Red Panda C++ Version 2.5
- enhancement: New color scheme Monokai (contributed by 小龙Dev(XiaoLoong@github))
- enhancemnet: Add "Reserve word for Types" item in color scheme
- enhancement: Auto save / load problem set
- enhancement: Project's custom compile include/lib/bin directory is under folder of the app, save them using the path relative to the app
- enhancement: Slightly reduce memory usage
- enhancement: Options -> editor -> custom C/C++ type keywords page
- change: Default value of option "Editors share one code analyzer" is ON
- change: Default value of option "Auto clear symbols in hidden editors" is OFF
- enhancement: Show completion suggest for "namespace" after "using"
- fix: MinGW-w64 gcc displayed as "MinGW GCC"
- enhancement: Deduce type info for "auto" in some simple cases for stl containers.
- fix: Crash when no semicolon or left brace after the keyword "namespace"
- fix: Can't correctly show completion suggest for type with template parameters
- enhancement: Show compltion suggest for std::pair::first and std::pair second
- enhancement: Disable "run" and "debug" actions when current project is static or dynamic library
- enhancement: Add "Generate Assembly" in "Run" Menu
- enhancement: Improve highlighter for asm
- enhancement: Use asm highlighter in cpu window
- fix: "AT&T" radio button not correctly checked in cpu window
- enhancement: Remove blank lines in the register list of cpu window.
- fix: Cpu window's size not correctly saved, if it is not closed before app exits.
- fix: Can't restore cpu window's splitter position.