A light-weight C/C++ IDE based on Qt
Go to file
Roy Qu 05e7d42447 - fix: crash if compiler set's include dir list is not empty and lib dir list is empry 2022-01-24 16:45:43 +08:00
RedPandaIDE - fix: crash if compiler set's include dir list is not empty and lib dir list is empry 2022-01-24 16:45:43 +08:00
astyle work save 2022-01-16 19:39:26 +08:00
consolepauser work save: package script for windows 2022-01-16 15:08:54 +08:00
linux use svg icon for application 2022-01-17 08:58:54 +08:00
packages fix debian package script 2022-01-18 22:38:27 +08:00
windows - enhancement: highlighter for GLSL (OpenGL Shading Language) 2022-01-23 23:27:48 +08:00
.gitignore work save: package script for windows 2022-01-16 15:08:54 +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: crash if compiler set's include dir list is not empty and lib dir list is empry 2022-01-24 16:45:43 +08:00
README.md update README.md 2022-01-06 22:20:31 +08:00
Red_Panda_CPP.pro - enhancement: restore editor position after rename symbol 2022-01-17 12:34:51 +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.