update README.md

This commit is contained in:
Roy Qu 2022-01-06 22:20:31 +08:00
parent 01d986170f
commit bcd4a1ff67
1 changed files with 10 additions and 12 deletions

View File

@ -1,24 +1,20 @@
# RedPanda Dev-C++ 7 # RedPanda C++
A light-weight C/C++ IDE based on Qt. Red Panda C++ (Old name: Red Panda Dev-C++ 7) is an fast ,lightweight, open source, and cross platform C++ IDE.
This project is the successor of Red Panda Dev-C++ 6. New Features (Compared with Red Panda Dev-C++ 6):
* Cross Platform (Windows/Linux)
All main features of version 6 have been ported.
New Features:
* Linux version
* Problem Set (run and test program against predefined input / expected output data) * 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) * Competitve Companion support ( It's an chrome/firefox extension that can fetch problems from OJ websites)
* Find symbol occurrences
* Memory View for debugging * Memory View for debugging
* TODO View * TODO View
* Find symbol occurrences
UI Improvements: UI Improvements:
* Redesigned Find/Replace in Files UI * Full high-dpi support, including fonts and icons
* Redesigned bookmark UI
* Better dark theme support * Better dark theme support
* Better editor color scheme support * Better editor color scheme support
* Full high-dpi support including fonts and icons * Redesigned Find/Replace in Files UI
* Redesigned bookmark UI
Editing Improvements: Editing Improvements:
* Enhanced auto indent * Enhanced auto indent
@ -28,8 +24,10 @@ Editing Improvements:
Debuging Improvements: Debuging Improvements:
* Use gdb/mi interface * Use gdb/mi interface
* Enhanced watch * Enhanced watch
* gdbserver mode
Code Intellisense Improvements: Code Intellisense Improvements:
* Better support identifiers for complex expressions
* Support UTF-8 identifiers * Support UTF-8 identifiers
* Support C++ 14 using type alias * Support C++ 14 using type alias
* Support C-Style enum variable definitions * Support C-Style enum variable definitions