A light-weight C/C++ IDE based on Qt
Go to file
royqh1979@gmail.com 9d829876b3 - fix: app's title not update when editor closed
- fix: editor's modified status not correctly updated when using new file template
2021-10-22 16:43:53 +08:00
RedPandaIDE - fix: app's title not update when editor closed 2021-10-22 16:43:53 +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: app's title not update when editor closed 2021-10-22 16:43: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