A light-weight C/C++ IDE based on Qt
Go to file
royqh1979@gmail.com 9c42a11c0b work save: cpp parser preprocessor
- remove comments before preprocess
  - pass stringlist instead of text stream as buffered content
2021-08-12 11:33:40 +08:00
RedPandaIDE work save: cpp parser preprocessor 2021-08-12 11:33:40 +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)