From cbef0d7db3ef34dd1e8bdde93a3392ae5abff5dd Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Mon, 4 Mar 2024 20:47:17 +0800 Subject: [PATCH] Issue #229 Shortcuts for the tree view in files panel. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 9c06ee59..e9bfd24e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,7 +30,7 @@ Red Panda C++ Version 2.27 - enhancement: Better look&feel for the wave underline shown for syntax errors. - fix: "float" in #include "float.h" is wrong syntax colored. - enhancement: Unify syntax color for #include header name - - enhancement: Shortcuts for the tree view in files panel. + - enhancement: Issue #229 Shortcuts for the tree view in files panel. Red Panda C++ Version 2.26 - enhancement: Code suggestion for embedded std::vectors.