Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
RedPanda.C++.3.3.1.win32.MinGW32_11.5.0.Setup.exe | 2025-06-03 | 66.6 MB | |
RedPanda.C++.3.3.1.win32.MinGW32_11.5.0.Portable.7z | 2025-06-03 | 62.1 MB | |
RedPanda.C++.3.3.win64.MinGW64_11.5.0.Setup.exe | 2025-05-24 | 62.2 MB | |
RedPanda.C++.3.3.win64.NoCompiler.Setup.exe | 2025-05-24 | 10.9 MB | |
RedPanda.C++.3.3.win64.NoCompiler.Portable.7z | 2025-05-24 | 9.4 MB | |
RedPanda.C++.3.3.win64.MinGW64_11.5.0.Portable.7z | 2025-05-24 | 55.4 MB | |
RedPanda.C++.3.3.win32.NoCompiler.Setup.exe | 2025-05-24 | 11.2 MB | |
RedPanda.C++.3.3.win32.NoCompiler.Portable.7z | 2025-05-24 | 9.6 MB | |
README.md | 2025-05-24 | 3.1 kB | |
Red Panda C++ 3.3 source code.tar.gz | 2025-05-24 | 4.8 MB | |
Red Panda C++ 3.3 source code.zip | 2025-05-24 | 5.9 MB | |
Totals: 11 Items | 298.1 MB | 680 |
- enhancement: Auto indent contents in parenthesis.
- fix: Use "/" instead of "\" in the path of compile target.
- fix: Qt 6 version crashed when debug.
- enhancement: Auto scale the main ui & choose theme dialog at the first run.
- fix: crash on statements like "x::a x;"
- enhancement: support literal operators.
- enhancement: Auto detect windows OEM code page in options / compiler / compiler set auto convert encoding option combobox.
- enhancement: Show oem codpages in compiler setting's encoding combobox.
- enhancement: niXman version MinGW GCC 14.2 compatibility.
- fix: Can't show definitions in iconv.h in the completion list.
- fix: Color scheme's "Indent Guide Line" item is not used by the editor.
- fix: "Indent Guide Line" item doesn't show in the option / editor / color scheme page.
- fix: Remove not used option "indent guide line" in the option / editor / general page.
- enhancement: New option in "Environment" / "Appearance". To prevent mouse wheel change combobox's current selection.
- enhancement: Add "Rainbow indents"/"Rainbow indent guides" options in the option / editor / color scheme page.
- enhancement: Manually select file type.
- enhancement: When ctrl+click to open a C/C++ header file not suffixed with .h/.hh/.hpp etc., auto set its type to C/C++ header.
- enhancement: Add the option "Clear symbols in hidden source files" in option / environment / performance. (Turned on by default)
- enhancement: Treat .tcc file as C/C++ header file.
- enhancement: Save encoding / filetype /context file infos of last openned files.
- fix: Class browser is empty when ctrl+click to open a file.
- fix: Only press space key can exit consolepauser in linux. (by CyanoHao)
- fix: command line parameter escaping for consolepauser in windows. (by CyanoHao)
- enhancement: Localization for consolepauser.
- fix: Debugger not responding when debugging with gdb > 14.
- enhancement: Run programs in WSL.
- enhancement: Generate GIMPLE.
- enhancement: Russian Translation (by melkorbsd@github)
- fix: Can't select/delete files in the project panel.
- fix: Erroneous PageDown/PageUp when "Can scroll to the last line of teh top edge of the editor" is disabled
- fix: fix: Selecting too long causes the search dialog too wide for the screen to display (by VEXLife@github)
- enhancement: Generate Preprocessed file.
- enhancement: Save readonly state for files openned in last session.
- fix: Redo/Undo actions are not correctly enabled in some cases.
- fix: Can't paste content after switching off ReadOnly mode.
- fix: Find next doesn't work.
- fix: Don't show actions non-shortcut-table in options/environment/shortcut page.
- fix: make "Open File in the containing folder" shortcut-able.
- fix: auto indent calculation dosen't correct if there are multiple parenthesis in one line.
- fix: Auto indent calculation for multi-line string is not correct
- fix: Crash when parsing "a::x" and a is not correcly defined.
- Change: Auto check "Start from the cursor" after search "start from entire scope"