A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu 60c3bcc1c2 Merge branch 'master' of github.com:royqh1979/RedPanda-CPP 2024-04-25 18:49:58 +08:00
.github/workflows make output of teal--lua consistency check colorful (#361) 2024-04-01 11:00:48 +08:00
RedPandaIDE minor change 2024-04-25 18:49:43 +08:00
addon unify custom and built-in, lua and json themes (#386) 2024-04-16 20:46:17 +08:00
docs add Lua api version check and type defs (#183) 2024-01-21 18:02:51 +08:00
libs remove astyle sourcetree 2024-04-25 16:29:27 +08:00
macos Move icons into platform specific directory 2022-05-30 17:21:31 +08:00
packages use Arch Linux-style git repo management in windows build script (#396) 2024-04-25 17:21:05 +08:00
platform windows installer: Template -> template 2024-04-14 12:23:31 +08:00
tools remove astyle sourcetree 2024-04-25 16:29:27 +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
BUILD.md Update Linux packaging for Qt 5.15 (#234) 2024-03-06 17:32:21 +08:00
BUILD_cn.md 去除“小熊猫C++”名称里的空格 2024-04-07 23:18:47 +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: Improve how to manage themes in Options → general → appearance. 2024-04-23 17:21:32 +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 astyle sourcetree 2024-04-25 16:29:27 +08:00
version.inc update version to 3.0rc2 2024-04-25 10:52:09 +08:00
version.lua Share version number among qmake, xmake and shell scripts (#233) 2024-03-04 18:39:14 +08:00
xmake.lua fix wayland icon by matching desktop file with window class (#257) 2024-03-10 08:04:41 +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.