A light-weight C/C++ IDE based on Qt
Go to file
royqh1979@gmail.com afbaaa07a6 fix: crash when exit 2021-11-01 23:37:54 +08:00
RedPandaIDE fix: crash when exit 2021-11-01 23:37:54 +08:00
tools/ConsolePauser - change: Don't use 'pause' in the console pauser, in case of privilege problems. 2021-10-30 21:15:07 +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: can't parse old c-style enum variable definition like "enum Test test;" 2021-11-01 23:29:03 +08:00
README.md - enhancement: auto insert a new line when input an enter between '(' and ')' or between '[' and ']' 2021-10-29 15:37:30 +08:00
Red_Panda_CPP.pro work save 2021-11-01 20:44:08 +08:00

README.md

RedPanda Dev-C++ 7

A light-weight C/C++ IDE based on Qt.

This project is the successor of Red Panda Dev-C++ 6.

All main features of version 6 have been ported.

New Features:

  • Code intellisense for unicode identifiers
  • Enhanced auto indent
  • TODO view
  • Memory view in the debug panel
  • Skip system header files when step into in debugging
  • Better color scheme support
  • C++ 14 using type alias support
  • Code intellisense for clang (the msys2 version)