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-12-26 21:26:00 +08:00
|
|
|
* Linux version (no official release yet)
|
2021-11-05 11:48:46 +08:00
|
|
|
* Problem Set (run and test program against predefined input / expected output data)
|
|
|
|
* Competitve Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites)
|
|
|
|
* Memory View for debugging
|
|
|
|
* TODO View
|
|
|
|
* Find symbol occurrences
|
|
|
|
|
|
|
|
UI Improvements:
|
|
|
|
* Redesigned Find/Replace in Files UI
|
|
|
|
* Redesigned bookmark UI
|
|
|
|
* Better dark theme support
|
|
|
|
* Better editor color scheme support
|
2021-12-26 21:26:00 +08:00
|
|
|
* Full high-dpi support including fonts and icons
|
2021-11-05 11:48:46 +08:00
|
|
|
|
|
|
|
Editing Improvements:
|
2021-10-29 15:37:30 +08:00
|
|
|
* Enhanced auto indent
|
2021-12-26 21:26:00 +08:00
|
|
|
* Enhanced code completion
|
2021-11-05 11:48:46 +08:00
|
|
|
* Better code folding support
|
|
|
|
|
2021-11-05 12:58:03 +08:00
|
|
|
Debuging Improvements:
|
2021-12-26 21:26:00 +08:00
|
|
|
* Use gdb/mi interface
|
|
|
|
* Enhanced watch
|
2021-11-05 12:58:03 +08:00
|
|
|
|
2021-11-05 11:48:46 +08:00
|
|
|
Code Intellisense Improvements:
|
|
|
|
* Support UTF-8 identifiers
|
|
|
|
* Support C++ 14 using type alias
|
|
|
|
* Support C-Style enum variable definitions
|
|
|
|
* Support MACRO with arguments
|
|
|
|
|
|
|
|
And many other improvements and bug fixes. See NEWS.md for full informantion.
|