A light-weight C/C++ IDE based on Qt
Go to file
royqh1979@gmail.com af03c417ec - enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup 2021-10-29 21:33:45 +08:00
RedPandaIDE - enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup 2021-10-29 21:33:45 +08:00
tools/ConsolePauser - fix: when debug a project, and have breakpoints that not in opened editors, dev-cpp will crash 2021-10-27 12:05:46 +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 - enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup 2021-10-29 21:33:45 +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-05-18 15:49:58 +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)