Skip to content

RedPandaIDE v3.4.0 Stable Release

Latest

Choose a tag to compare

@C14147 C14147 released this 02 Aug 14:22
· 318 commits to master since this release

RedPandaIDE Version 3.4.0 Now Available !

There are lots of new things in this version compared to RedPandaIDE v3.3.
Full Changelog: CE-v3.3...v3.4.0
Compare to RedPanda-CPP: royqh1979/RedPanda-CPP@v3.3...C14147:RedPandaIDE:v3.4.0


The updated content is as follows:

1. Feature Updates

  • Added a simple embedded terminal.
  • Allow users to choose whether to create a new file when launching the software.
  • Update C++ keywords to the latest ISO C++ 26.
  • Added extension manager to download and install custom extensions.

2. Quality Updates

  • Auto hide option "Auto clear parsed symbols when editor hidden" if "editors share one parser" is unchecked.
  • Add rounded corner effect to SplashScreen.
  • "Paste indentation" in edit menu.
  • Update GCC compilation module option - fmodules to - fmodules-ts.
  • The pixmap shows blurry images in Qt6.

3. Bug Fixes

  • Syntax color doesn't work in the code snippet option page.
  • Fix the situation where the code in GASFileTemplate is not colored.
  • Autoindent not correct for else clause.
  • Passing an l-value causes a mismatch.
  • Auto indent for else not correct in the global scope.
  • In project panel's Custom View mode, file may be wrongly displayed as folder after add new unit.
  • When reopening the color settings, the color list was not updated.
  • The appearance of EditorTabBar is incorrect in Qt6.
  • Crashed while parsing a specific program. (royqh1979#622)

4. Code compatibility improvement (Between Qt5 and Qt6)

  • Automatically select functions based on Qt version to avoid using deprecated functions.

Version Highlights

  • Added extension manager to download and install custom extensions.
  • Update C++ keywords to the latest ISO C++ 26.
  • The appearance of EditorTabBar is incorrect in Qt6.

Release notes:

  1. Windows executable files starting with RedPandaIDE are built by MSYS2 Clang64.
  2. For older Windows systems, please use the software in "Windows. NT.5. x.native. 2000. x32-mersvcrt. zip" or "Windows. NT.5. x.native. 2003. x64 msvcrt. zip"
  3. For users who want RedPandaIDE to run on Qt6, please use "Windows. MSVC. x64. with. Qt6. zip"