A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu 0875d15d67 - fix: project's icon setting is not correctly saved
- fix: project's type setting won't be saved
  - fix: If project's compiler set is not the same with the default compiler set, auto openned project's file will use wrong compiler set to do syntax check.
  - fix: open a project file through "File"->"Open" will not correctly connect it with the project internally
2022-01-13 16:47:48 +08:00
RedPandaIDE - fix: project's icon setting is not correctly saved 2022-01-13 16:47:48 +08:00
astyle work save 2022-01-05 08:18:47 +08:00
consolepauser support PREFIX in qmake script 2022-01-05 09:08:44 +08:00
installer update installer script 2021-12-26 21:51:09 +08:00
linux update linux template files 2022-01-09 22:11:47 +08:00
packages fix debian build scripts 2022-01-06 20:55:38 +08:00
templates add more templates 2022-01-10 10:53:16 +08:00
.gitignore clean dirs 2021-08-30 17:12:19 +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: project's icon setting is not correctly saved 2022-01-13 16:47:48 +08:00
README.md update README.md 2022-01-06 22:20:31 +08:00
Red_Panda_CPP.pro auto generate desktop file using qmake 2022-01-05 09:42:26 +08:00
redpandaide.desktop.in auto generate desktop file using qmake 2022-01-05 09:42:26 +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.

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.