RedPanda-CPP/README.md

39 lines
1.3 KiB
Markdown
Raw Normal View History

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.
2022-02-03 22:59:14 +08:00
Simplified Chinese Website: [https://royqh1979.gitee.io/redpandacpp/](https://royqh1979.gitee.io/redpandacpp/)
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):
* Cross Platform (Windows/Linux)
* 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
* Memory View for debugging
* TODO View
UI Improvements:
2022-01-06 22:20:31 +08:00
* Full high-dpi support, including fonts and icons
* 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
Editing Improvements:
* Enhanced auto indent
2021-12-26 21:26:00 +08:00
* Enhanced code completion
* 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
Code Intellisense Improvements:
2022-01-06 22:20:31 +08:00
* Better support identifiers for complex expressions
* 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.