From 364aaf97049ddeb68bc3f24668960ef0af5cf976 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Tue, 14 Feb 2023 09:04:27 +0800 Subject: [PATCH] - fix: If current editor is empty, parser will parse the file's content on the disk instead from the editor. --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 62b60a95..5f3f9533 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,7 @@ Red Panda C++ Version 2.12 - change: rename "New File" to "New C/C++ File" - change: The default disassemble style of CPU Dialog is "AT&T" now. - fix: Can't compile files with chinese characters in filenames using winlibs mingw gcc + - fix: If current editor is empty, parser will parse the file's content on the disk instead from the editor. Red Panda C++ Version 2.11