2022-01-06 22:20:31 +08:00
|
|
|
# RedPanda C++
|
|
|
|
Red Panda C++ (Old name: Red Panda Dev-C++ 7) is an fast ,lightweight, open source, and cross platform C++ IDE.
|
2021-10-29 15:37:30 +08:00
|
|
|
|
2022-02-03 22:59:14 +08:00
|
|
|
Simplified Chinese Website: [https://royqh1979.gitee.io/redpandacpp/](https://royqh1979.gitee.io/redpandacpp/)
|
2022-02-03 23:00:20 +08:00
|
|
|
|
2022-02-03 22:59:14 +08:00
|
|
|
English Website: [https://sourceforge.net/projects/redpanda-cpp](https://sourceforge.net/projects/redpanda-cpp)
|
|
|
|
|
2022-01-06 22:20:31 +08:00
|
|
|
New Features (Compared with Red Panda Dev-C++ 6):
|
2022-11-06 09:02:01 +08:00
|
|
|
* Cross Platform (Windows/Linux/MacOS)
|
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)
|
2022-01-06 22:20:31 +08:00
|
|
|
* Find symbol occurrences
|
2021-11-05 11:48:46 +08:00
|
|
|
* Memory View for debugging
|
|
|
|
* TODO View
|
|
|
|
|
|
|
|
UI Improvements:
|
2022-01-06 22:20:31 +08:00
|
|
|
* Full high-dpi support, including fonts and icons
|
2021-11-05 11:48:46 +08:00
|
|
|
* Better dark theme support
|
|
|
|
* Better editor color scheme support
|
2022-01-06 22:20:31 +08:00
|
|
|
* Redesigned Find/Replace in Files UI
|
|
|
|
* Redesigned bookmark UI
|
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
|
2022-01-06 22:20:31 +08:00
|
|
|
* gdbserver mode
|
2021-11-05 12:58:03 +08:00
|
|
|
|
2021-11-05 11:48:46 +08:00
|
|
|
Code Intellisense Improvements:
|
2022-01-06 22:20:31 +08:00
|
|
|
* Better support identifiers for complex expressions
|
2021-11-05 11:48:46 +08:00
|
|
|
* Support UTF-8 identifiers
|
|
|
|
* Support C++ 14 using type alias
|
|
|
|
* Support C-Style enum variable definitions
|
|
|
|
* Support MACRO with arguments
|
2022-11-06 09:02:01 +08:00
|
|
|
* Support C++ lambdas
|
2021-11-05 11:48:46 +08:00
|
|
|
|
|
|
|
And many other improvements and bug fixes. See NEWS.md for full informantion.
|