fac8c10f0c
- fix: can't correctly load last open files / project with non-asii characters in path - fix: can't coorectly load last open project |
||
---|---|---|
RedPandaIDE | ||
.gitignore | ||
IDE-todo.xlsx | ||
LICENSE | ||
NEWS.md | ||
README.md | ||
Red_Panda_CPP.pro |
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)