A light-weight C/C++ IDE based on Qt
Go to file
royqh1979 692ff570e2 Simplified Chinese translation updated
- fix: error when syntax checking for header file
 - open the included header file when double click it
 - use QEvent::HoverXXX messages instead of QEvent::Tooltip to handle hint tips
 - fix: type hint for functions is wrong
2021-08-30 13:30:42 +08:00
RedPandaIDE Simplified Chinese translation updated 2021-08-30 13:30:42 +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
README.md work save 2021-08-07 00:05:55 +08:00
Red_Panda_CPP.pro work save 2021-05-18 15:49:58 +08:00

README.md

RedPanda-CPP

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

This project is an attempt to port Red Panda Dev-C++ from delphi to Qt, to support non-windows systems.

Features implemented:

  • basic code editing (synedit)
  • syntax highlight for C/C++ code
  • symbol completion
  • search/replace
  • Compile & run single file
  • debug single file

Features to be implement:

  • code intellisense (auto completion)
  • reformat code
  • project support
  • refactor ( symbol rename)