RedPanda-CPP/README.md

17 lines
461 B
Markdown
Raw Normal View History

2021-10-03 23:35:46 +08:00
# RedPanda Dev-C++ 7
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
All main features of version 6 have been ported.
2021-10-03 23:35:46 +08:00
New Features:
* Code intellisense for unicode identifiers
* Enhanced auto indent
2021-10-03 23:35:46 +08:00
* TODO view
* Memory view in the debug panel
* Skip system header files when step into in debugging
* Better color scheme support
2021-10-03 23:35:46 +08:00
* C++ 14 using type alias support
* Code intellisense for clang (the msys2 version)