A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu ce678c64e8 - Enhancement: Better type induction for auto in foreach loop of maps. 2023-11-26 16:30:22 +08:00
.github/workflows Update Linux packaging (#160) 2023-11-19 08:48:58 +08:00
RedPandaIDE - Enhancement: Better type induction for auto in foreach loop of maps. 2023-11-26 16:30:22 +08:00
docs work save: redo done 2022-07-02 17:59:07 +08:00
libs - fix: Click on the line begin may toggle breakpoint. 2023-11-19 16:53:29 +08:00
macos Move icons into platform specific directory 2022-05-30 17:21:31 +08:00
packages AppImage: enable Wayland support (#163) 2023-11-26 11:05:48 +08:00
platform - change: Use qt.conf to use freetype font engine. User can use the windows default font engine by remove this file. 2023-11-19 16:41:36 +08:00
tools Update Linux packaging (#160) 2023-11-19 08:48:58 +08:00
.gitattributes Update Linux packaging (#160) 2023-11-19 08:48:58 +08:00
.gitignore Update Linux packaging (#160) 2023-11-19 08:48:58 +08:00
BUILD.md Update Linux packaging (#160) 2023-11-19 08:48:58 +08:00
BUILD_cn.md Update Linux packaging (#160) 2023-11-19 08:48:58 +08:00
Contributors.md - enhancement: When creating project, warn user if the project folder is not empty. 2023-10-08 19:58:04 +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: Better support for macros. 2023-11-26 15:44:13 +08:00
README.md Update README.md (#152) 2023-10-26 19:53:48 +08:00
Red_Panda_CPP.pro Update minor version 2023-11-26 15:47:43 +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/C++/GNU Assembly IDE.

Simplified Chinese Website: http://royqh.net/redpandacpp

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

Donate to this project

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)
  • Competitive Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites)
  • Edit/compile/run/debug GNU Assembly language programs.
  • Find symbol occurrences
  • Memory View for debugging
  • TODO View
  • Support SDCC Compiler

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

Debugging 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 information.