Skip to content

Releases: C14147/RedPandaIDE

RefactoringProject-v1.0.0-first-release-test

19 Nov 14:57

Choose a tag to compare

The RedPandaIDE Refactoring Project

This project started for refactor the struction of this old project and make it faster.
We'll test it and continue developping if it faster than others.

Full Changelog: v4.0.0-beta1...RefactoringProject-v1.0.0-first-release-test

v4.0.0-alpha3

06 Sep 07:05

Choose a tag to compare

v4.0.0-alpha3 Pre-release
Pre-release

Project optimizations:

  1. Update GUI framework to Qt6 (plugin feature will disable in Qt5 when 4.0.0 stable release released)
  2. Delete some building platforms from Github Action

Bug Fixes:

  1. Fix encoding error in Qt6
  2. Fix the choosing error when finished download a theme

Enhancement:

  1. Expand the background icon to 6144x6144
  2. Optimize cppparser

New Features:

  1. Add the plugin system in software.

Full Changelog: v3.4.0...v4.0.0-alpha3

RedPandaIDE v3.4.0 Stable Release

02 Aug 14:22

Choose a tag to compare

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"

v3.4.0-beta4

01 Aug 15:34

Choose a tag to compare

v3.4.0-beta4 Pre-release
Pre-release

RedPandaIDE Version 3.4.0 Beta 4 Release

enhancement: Add the latest C++26 grammar support

Full Changelog: v3.4.0-beta2...v3.4.0-beta4

v3.4.0-beta2

28 Jul 12:57

Choose a tag to compare

v3.4.0-beta2 Pre-release
Pre-release

This preview version mainly solves the download problem in ExtensionManager.

  1. enhancement: add openssl support for qt5
  2. enhancement: the pixmap shows blurry images in Qt6
  3. enhancement: update translation
  4. bug fix: extension failed to download

Note: The uploaded file are generated by MSYS2-UCRT64, some old machines may have trouble to run.

Full Changelog: v3.4.0-Qt-version-upgrade-preview...v3.4.0-beta2

v3.4.0-Qt-version-upgrade-preview

25 Jul 14:48

Choose a tag to compare

Pre-release

We plan to build this project by msvc2022 on windows.
Due to the action of qt6 is not completed, so this installer created by Advanced Installer.

Full Changelog: v3.4.0-beta1...v3.4.0-Qt-version-upgrade-preview

07/27/2025: Notice

  • Due to the large size of the Qt6 and difficulties in writing the build script for Qt6, the plan has been postponed.

  • It is expected to release Modern Edition and Light Edition in v4.0.0 , the former using Qt6 and the latest content updates, and the latter using Qt5, maintaining the latest quality updates, and having a smaller software body size.

v3.4.0-beta1

23 Jul 18:54

Choose a tag to compare

v3.4.0-beta1 Pre-release
Pre-release

This release we first upload the app whitch built with CLANG64.

  1. Added complete functionality
  2. Support for decompressing compressed files with a file type of 7z on Windows

Note: The Extension Market opened on GitHub: RedPandaIDE-Extensions. You can pull new extensions in it.

Help: In the latest code, the multi-threaded processing of ExtendesWevice may be incorrect, and closing the settings interface during debugging will trigger Qt assertions. I hope capable developers can help fix this issue.

Full Changelog: v3.4.0-new-feature-preview-2...v3.4.0-beta1

v3.4.0 New Feature Preview Gen-1

14 Jul 08:26

Choose a tag to compare

Pre-release
  1. Allow users to choose whether to create a new file when launching the software.
  2. Add a reload button in color-scheme-setting
  3. Add Extension Manager ( Featrue Preview )

Program compatibility changes:
Automatically select functions based on Qt version to avoid using deprecated functions

Compare to alpha2 :Full Changelog: v3.4.0-alpha2...v3.4.0-new-feature-preview-1

v3.4.0-alpha2

09 Jul 15:28

Choose a tag to compare

v3.4.0-alpha2 Pre-release
Pre-release

Attention: This is a pre release version that may contain some fatal errors.

This version can be considered as the first version released after the original repository of Fork.
The updated content is as follows:

  1. Increased page aesthetics
  2. Added Splash Screen
  3. Added terminal simulator in the software
  4. Updated outdated Github Aciton and added Qt6 compilation options
  5. Change the software name to RedPandaIDE (CE)
  6. Fix: Outdated GCC compilation parameter: - fmodules changed to - fmodules ts
  7. Enhancement: Built in C++parser supports Qt6

Full Changelog: https://github.com/C14147/RedPandaIDE/commits/v3.4.0-alpha2
Comparing to Orgin: royqh1979/RedPanda-CPP@master...C14147:RedPandaIDE:master