From ce1b04478ae96d266b2b02687316e81cf48ea171 Mon Sep 17 00:00:00 2001 From: "royqh1979@gmail.com" Date: Sun, 3 Oct 2021 23:35:46 +0800 Subject: [PATCH] update README.md --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 44e63e7d..939f4bcb 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,24 @@ -# RedPanda-CPP +# RedPanda Dev-C++ 7 A light-weight C/C++ IDE based on Qt - -This project is an attempt to port Red Panda Dev-C++ from delphi to Qt, to support non-windows systems. +This project is the successor of Red Panda Dev-C++ 6. Features implemented: * basic code editing (synedit) * syntax highlight for C/C++ code * symbol completion * search/replace -* Compile & run single file -* debug single file - -Features to be implement: +* Compile & run +* debug * code intellisense (auto completion) -* reformat code * project support -* refactor ( symbol rename) + +New Features: +* code intellisense for unicode identifiers +* TODO view +* memory view in the debug panel +* code intellisense for clang (msys2 version) +* skip system header files when step into in debugging +* better color scheme support +* C++ 14 using type alias support +* some bug fixes for 6.7.5