A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu babecbd3bc change "ConsolePauser.exe" to "consolepauser.exe" in all codes 2022-12-30 09:06:39 +08:00
.github/workflows Update winget.yml 2022-09-29 17:06:12 +05:30
RedPandaIDE change "ConsolePauser.exe" to "consolepauser.exe" in all codes 2022-12-30 09:06:39 +08:00
docs work save: redo done 2022-07-02 17:59:07 +08:00
libs - enhancement: "Line Spacing" in options / editor / font 2022-12-20 20:38:02 +08:00
macos Move icons into platform specific directory 2022-05-30 17:21:31 +08:00
packages qt 5.11 compatibility 2022-12-19 09:35:48 +08:00
platform make unicode nsis installer script 2022-12-08 12:45:35 +08:00
tools change "ConsolePauser.exe" to "consolepauser.exe" in all codes 2022-12-30 09:06:39 +08:00
.gitignore fix .gitignore 2022-02-12 11:09:15 +08:00
BUILD.md 增加编译指南 2022-02-21 12:01:26 +08:00
BUILD_cn.md - fix: can't correctly set project icon 2022-08-08 10:45:35 +08:00
Contributors.md - enhancement: auto save / load problem set 2022-11-14 19:10:32 +08:00
IDE-todo.xlsx update todo 2022-09-24 09:01:24 +08:00
LICENSE Initial commit 2021-04-09 10:04:36 +08:00
NEWS.md - enhancement: "Run" / "Generate Assembly" for project source files 2022-12-28 16:39:18 +08:00
README.md modify README.md 2022-11-06 09:02:01 +08:00
Red_Panda_CPP.pro - fix: Crash when editing makefile 2022-12-26 18:20:26 +08:00

README.md

RedPanda C++

Red Panda C++ (Old name: Red Panda Dev-C++ 7) is an fast ,lightweight, open source, and cross platform C++ IDE.

Simplified Chinese Website: https://royqh1979.gitee.io/redpandacpp/

English Website: https://sourceforge.net/projects/redpanda-cpp

New Features (Compared with Red Panda Dev-C++ 6):

  • Cross Platform (Windows/Linux/MacOS)
  • Problem Set (run and test program against predefined input / expected output data)
  • Competitve Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites)
  • Find symbol occurrences
  • Memory View for debugging
  • TODO View

UI Improvements:

  • Full high-dpi support, including fonts and icons
  • Better dark theme support
  • Better editor color scheme support
  • Redesigned Find/Replace in Files UI
  • Redesigned bookmark UI

Editing Improvements:

  • Enhanced auto indent
  • Enhanced code completion
  • Better code folding support

Debuging Improvements:

  • Use gdb/mi interface
  • Enhanced watch
  • gdbserver mode

Code Intellisense Improvements:

  • Better support identifiers for complex expressions
  • Support UTF-8 identifiers
  • Support C++ 14 using type alias
  • Support C-Style enum variable definitions
  • Support MACRO with arguments
  • Support C++ lambdas

And many other improvements and bug fixes. See NEWS.md for full informantion.