A light-weight C/C++ IDE based on Qt
Go to file
royqh1979 d297faf3af - add: "C Reference" in the help menu
- fix: Custom editor colors shouldn't be tested for high contrast with the default background color
 - fix: Custom color settings not correctly displayed in the options widget
 - enhancement: add hit counts in the search result view
 - fix: editor actions' state not correctly updated after close editors.
2021-11-02 23:47:51 +08:00
RedPandaIDE - add: "C Reference" in the help menu 2021-11-02 23:47:51 +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 - add: "C Reference" in the help menu 2021-11-02 23:47:51 +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)