From a5e316f5c18f53babfa4bde2637f6f82a3577cba Mon Sep 17 00:00:00 2001 From: "royqh1979@gmail.com" Date: Sat, 7 Aug 2021 00:05:55 +0800 Subject: [PATCH] work save --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ef3c257d..44e63e7d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,18 @@ 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. + +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: +* code intellisense (auto completion) +* reformat code +* project support +* refactor ( symbol rename) +