RedPanda-CPP/README.md

42 lines
1.4 KiB
Markdown
Raw Normal View History

2022-01-06 22:20:31 +08:00
# RedPanda C++
2023-02-27 21:16:57 +08:00
Red Panda C++ (Old name: Red Panda Dev-C++ 7) is an fast ,lightweight, open source, and cross platform C/C++/GNU Assembly IDE.
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)
* 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)
2023-02-27 21:16:57 +08:00
* Edit/compile/run/debug GNU Assembly language programs.
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
2022-11-06 09:02:01 +08:00
* Support C++ lambdas
And many other improvements and bug fixes. See NEWS.md for full informantion.