A light-weight C/C++ IDE based on Qt
Go to file
royqh1979 b2e88c4c00 - fix: crash when create an empty project 2021-10-25 00:30:53 +08:00
RedPandaIDE - fix: crash when create an empty project 2021-10-25 00:30:53 +08:00
tools/ConsolePauser - enhancement: when running a program, redirect a data file to its stdin 2021-10-24 23:13:00 +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: crash when create an empty project 2021-10-25 00:30:53 +08:00
README.md update README.md 2021-10-03 23:35:46 +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.

Features implemented:

  • basic code editing (synedit)
  • syntax highlight for C/C++ code
  • symbol completion
  • search/replace
  • Compile & run
  • debug
  • code intellisense (auto completion)
  • project support

New Features:

  • code intellisense for unicode identifiers
  • TODO view
  • memory view in the debug panel
  • code intellisense for clang (msys2 version)
  • skip system header files when step into in debugging
  • better color scheme support
  • C++ 14 using type alias support
  • some bug fixes for 6.7.5