| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| RedPanda.C++.2.6.win64.No.Compiler.Setup.exe | 2022-12-15 | 10.5 MB | |
| RedPanda.C++.2.6.win64.No.Compiler.Portable.7z | 2022-12-15 | 9.6 MB | |
| RedPanda.C++.2.6.win64.MinGW-w64.X86_64.GCC.11.2.Setup.exe | 2022-12-15 | 66.1 MB | |
| RedPanda.C++.2.6.win64.MinGW-w64.X86_64.GCC.11.2.Portable.7z | 2022-12-15 | 63.8 MB | |
| RedPanda.C++.2.6.win32.No.Compiler.Setup.exe | 2022-12-15 | 11.0 MB | |
| RedPanda.C++.2.6.win32.No.Compiler.Portable.7z | 2022-12-15 | 10.1 MB | |
| RedPanda.C++.2.6.win32.MinGW-w64.i686.GCC.8.1.Setup.exe | 2022-12-15 | 55.2 MB | |
| RedPanda.C++.2.6.win32.MinGW-w64.i686.GCC.8.1.Portable.7z | 2022-12-15 | 55.7 MB | |
| redpanda-cpp_2.6-1_amd64.debian11.deb | 2022-12-15 | 2.9 MB | |
| redpanda-cpp_2.6-1_amd64.deepin20.07.deb | 2022-12-15 | 2.9 MB | |
| redpanda-cpp_2.6-1_amd64.ubuntu20.04.deb | 2022-12-15 | 3.0 MB | |
| README.md | 2022-12-15 | 1.6 kB | |
| Red Panda C++ 2.6.tar.gz | 2022-12-15 | 4.2 MB | |
| Red Panda C++ 2.6.zip | 2022-12-15 | 5.1 MB | |
| Totals: 14 Items | 299.9 MB | 16 | |
Red Panda C++ Version 2.6
- enhancement: Highlighter for makefiles
- fix: QSortFilterProxyModel not correctly cleared when exiting and project closed. (ASSERT fails in DEBUG mode.)
- enhancement: Windows installers now use UNICODE encoding.
- fix: Can't correctly show code suggestions after "template <"
- enhancement: Better code completion support for macros
- fix: Paste not enabled when create a new file and system clipboard is empty.
- enhancement: Auto rebuild when project's compiler set changed.
- enhancement: When current file is the project's makefile, show project's compiler set in the toolbar.
- enhancement: Prevent error of "del" to stop make when rebuild project.
- enhancement: Import FPS (free problem set) files.
- enhancement: Show current problem's description in the problem list's mouse tip.
- enhancement: Show memory usage for problem cases (windows only).
- enhancement: Show memory usage after console program exited.
- fix: If clang and g++ are in the same folder, only the compiler sets for gcc are auto generated.
- fix: Buttons in options -> compiler -> compiler set -> programs are not usable.
- enhancement: Don't check existence of gcc/g++/make/gdb at startup.
- enhancement: Auto disable "compile" button if gcc doesn't exist.
- enhancement: Auto disable "debug" button if gdb doesn't exist.
- enhancement: Auto disable "compile" button for project if make doesn't exist.
- fix: Crash when scroll file which has more than 65535 lines.
- fix: Can't scroll to lines greater than 65535.