From 50f3ec06f1bfeabcbcd98032c49ab80beda85515 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Mon, 25 Mar 2024 11:50:19 +0800 Subject: [PATCH] update NEWS.md --- NEWS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9332a69e..cf95c337 100644 --- a/NEWS.md +++ b/NEWS.md @@ -54,9 +54,7 @@ Red Panda C++ Version 2.27 - enhancement: Execute the last debug command in the debug console if ENTER pressed. - change: When debugging, don't auto set focus to the editor. - enhancement: Folding button scales with editor font. - - fix: Should show header completion popup in #include line comments. - - fix: Custom compile options not correctly parsed. - - enhancement: "Mouse scroll direction" option in Options / Editor / General + - fix: Shouldn't show header completion popup in #include line comments. - change: Invert scroll direction in horizontal, like in vertical. - fix: Caret unseen when move to a long line end by press END. - fix: No icons for inherited class private members.