RedPanda-CPP/README.md

25 lines
615 B
Markdown
Raw Normal View History

2021-10-03 23:35:46 +08:00
# RedPanda Dev-C++ 7
2021-04-09 10:16:14 +08:00
A light-weight C/C++ IDE based on Qt
2021-10-03 23:35:46 +08:00
This project is the successor of Red Panda Dev-C++ 6.
2021-08-07 00:05:55 +08:00
Features implemented:
* basic code editing (synedit)
* syntax highlight for C/C++ code
* symbol completion
* search/replace
2021-10-03 23:35:46 +08:00
* Compile & run
* debug
2021-08-07 00:05:55 +08:00
* code intellisense (auto completion)
* project support
2021-10-03 23:35:46 +08:00
New Features:
* code intellisense for unicode identifiers
* TODO view
* memory view in the debug panel
* code intellisense for clang (msys2 version)
* skip system header files when step into in debugging
* better color scheme support
* C++ 14 using type alias support
* some bug fixes for 6.7.5
2021-08-07 00:05:55 +08:00