Skip to content

Red Panda C++ 3.3

Latest
Compare
Choose a tag to compare
@royqh1979 royqh1979 released this 24 May 08:26
· 18 commits to master since this release
  • 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"