A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu 17eb0c1f94 - enhancement: add select current word command in the Selection menu
- change: add Selection menu
  - enhancement: add memory view rows/columns settings in the settings dialog -> debugger -> general panel
  - enhancement: add "Go to Line..." in the Code menu
2022-07-21 15:28:07 +08:00
RedPandaIDE - enhancement: add select current word command in the Selection menu 2022-07-21 15:28:07 +08:00
astyle msvc compatibility 2022-03-29 09:43:24 +08:00
consolepauser update mesages 2022-07-19 20:29:46 +08:00
docs work save: redo done 2022-07-02 17:59:07 +08:00
linux update templates 2022-07-20 19:18:58 +08:00
macos Move icons into platform specific directory 2022-05-30 17:21:31 +08:00
packages update windows package scripts 2022-07-07 19:33:25 +08:00
redpanda-git-askpass update git ask pass for linux 2022-02-26 19:36:18 +08:00
redpanda-win-git-askpass vc compatibility 2022-07-08 11:59:21 +08:00
windows update templates 2022-07-20 19:18:58 +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 - enhancement: add select current word command in the Selection menu 2022-07-21 15:28:07 +08:00
README.md update README.md 2022-02-03 23:00:20 +08:00
Red_Panda_CPP.pro update version to 1.1.5 2022-07-07 20:30:27 +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.