2021-04-09 10:16:14 +08:00
|
|
|
# RedPanda-CPP
|
|
|
|
A light-weight C/C++ IDE based on Qt
|
2021-04-11 13:55:31 +08:00
|
|
|
|
|
|
|
This project is an attempt to port Red Panda Dev-C++ from delphi to Qt, to support non-windows systems.
|
2021-08-07 00:05:55 +08:00
|
|
|
|
|
|
|
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)
|
|
|
|
|