A light-weight C/C++ IDE based on Qt
Go to file
royqh1979@gmail.com 6335991ccf work save: compile & run project 2021-09-13 22:45:50 +08:00
RedPandaIDE work save: compile & run project 2021-09-13 22:45:50 +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 - beautify dark theme 2021-09-03 10:30:08 +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)