2021-10-03 23:35:46 +08:00
|
|
|
# RedPanda Dev-C++ 7
|
2021-10-29 15:37:30 +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
|
|
|
|
2021-10-29 15:37:30 +08:00
|
|
|
All main features of version 6 have been ported.
|
2021-10-03 23:35:46 +08:00
|
|
|
|
|
|
|
New Features:
|
2021-10-29 15:37:30 +08:00
|
|
|
* Code intellisense for unicode identifiers
|
|
|
|
* Enhanced auto indent
|
2021-10-03 23:35:46 +08:00
|
|
|
* TODO view
|
2021-10-29 15:37:30 +08:00
|
|
|
* 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
|
2021-10-29 15:37:30 +08:00
|
|
|
* Code intellisense for clang (the msys2 version)
|