A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu 4c8bed0445 - fix: calculation for code snippets's tab stop positions is not correct 2022-03-10 15:05:16 +08:00
RedPandaIDE - fix: calculation for code snippets's tab stop positions is not correct 2022-03-10 15:05:16 +08:00
astyle work save 2022-01-16 19:39:26 +08:00
consolepauser work save: package script for windows 2022-01-16 15:08:54 +08:00
linux update linux templates 2022-02-11 14:07:04 +08:00
packages update package script 2022-02-28 12:22:28 +08:00
redpanda-git-askpass update git ask pass for linux 2022-02-26 19:36:18 +08:00
redpanda-win-git-askpass git askpass for linux 2022-02-26 18:50:07 +08:00
windows update templates 2022-02-25 20:04:31 +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 增加编译指南 2022-02-21 12:01:26 +08:00
Contributors.md update contributors 2022-02-03 20:18:23 +08:00
IDE-todo.xlsx change font size with ctrl+mouse wheel 2021-04-09 17:48:25 +08:00
LICENSE Initial commit 2021-04-09 10:04:36 +08:00
NEWS.md - fix: calculation for code snippets's tab stop positions is not correct 2022-03-10 13:07:07 +08:00
README.md update README.md 2022-02-03 23:00:20 +08:00
Red_Panda_CPP.pro change version to 1.0.0 2022-03-10 12:21:03 +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)
  • 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

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