A light-weight C/C++ IDE based on Qt
Go to file
Fresky fcc74d599b
build: try drop cross platform (#1)
* build: try remove other platforms

* ci: do not trigger on every branch

* master, not main

* disable addon for now

* [skip ci] try fix workflow name
2024-09-30 23:04:57 +08:00
.github/workflows build: try drop cross platform (#1) 2024-09-30 23:04:57 +08:00
RedPandaIDE version 2024-09-30 17:21:16 +08:00
addon unify custom and built-in, lua and json themes (#386) 2024-04-16 20:46:17 +08:00
docs Linux Qt 6 port (#490) 2024-09-29 20:01:14 +08:00
libs - enhancement: Support Raw string literal with LR/UR/uR/u8R prefix. 2024-09-29 20:49:57 +08:00
packages/msys build: try drop cross platform (#1) 2024-09-30 23:04:57 +08:00
platform update the raygui examples due to the upgrade of raygui and raylib version (#435) 2024-05-24 16:10:17 +08:00
tools print error message to std error 2024-06-02 09:48:44 +08:00
.gitattributes Fix lua themes (#356) 2024-03-31 08:47:37 +08:00
.gitignore Add xmake as alternative build system (#181) 2024-01-19 09:25:21 +08:00
.qmake.conf use qt resource system's recommended approach for translation files (v2) (#452) 2024-06-10 20:13:03 +08:00
BUILD.md Linux Qt 6 port (#490) 2024-09-29 20:01:14 +08:00
BUILD_cn.md Linux Qt 6 port (#490) 2024-09-29 20:01:14 +08:00
Contributors.md update Contributors.md 2024-03-01 08:41:18 +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: Support Raw string literal with LR/UR/uR/u8R prefix. 2024-09-29 20:49:57 +08:00
README.md Update README.md (#152) 2023-10-26 19:53:48 +08:00
README_cn.md 去除“小熊猫C++”名称里的空格 2024-04-07 23:18:47 +08:00
Red_Panda_CPP.pro Remove Harmful way of debugging 2024-09-30 12:50:32 +08:00
lrelease_dosdevice.prf use qt resource system's recommended approach for translation files (v2) (#452) 2024-06-10 20:13:03 +08:00
version.inc version 2024-09-30 17:21:16 +08:00
version.lua Share version number among qmake, xmake and shell scripts (#233) 2024-03-04 18:39:14 +08:00
xmake.lua use qt resource system's recommended approach for translation files (v2) (#452) 2024-06-10 20:13: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/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.