Releases: C14147/RedPandaIDE
RefactoringProject-v1.0.0-first-release-test
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
Project optimizations:
- Update GUI framework to Qt6 (plugin feature will disable in Qt5 when 4.0.0 stable release released)
- Delete some building platforms from Github Action
Bug Fixes:
- Fix encoding error in Qt6
- Fix the choosing error when finished download a theme
Enhancement:
- Expand the background icon to 6144x6144
- Optimize cppparser
New Features:
- Add the plugin system in software.
Full Changelog: v3.4.0...v4.0.0-alpha3
RedPandaIDE v3.4.0 Stable 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:
- Windows executable files starting with RedPandaIDE are built by MSYS2 Clang64.
- 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"
- For users who want RedPandaIDE to run on Qt6, please use "Windows. MSVC. x64. with. Qt6. zip"
v3.4.0-beta4
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
This preview version mainly solves the download problem in ExtensionManager.
- enhancement: add openssl support for qt5
- enhancement: the pixmap shows blurry images in Qt6
- enhancement: update translation
- 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
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
This release we first upload the app whitch built with CLANG64.
- Added complete functionality
- 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
- Allow users to choose whether to create a new file when launching the software.
- Add a reload button in color-scheme-setting
- 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
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:
- Increased page aesthetics
- Added Splash Screen
- Added terminal simulator in the software
- Updated outdated Github Aciton and added Qt6 compilation options
- Change the software name to RedPandaIDE (CE)
- Fix: Outdated GCC compilation parameter: - fmodules changed to - fmodules ts
- 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