From d4549b0f14aff4630058021b8fe671c1d0770406 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Sun, 15 Jan 2023 17:04:03 +0800 Subject: [PATCH] disable backup for save (the reason for crash has been found) --- NEWS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 912d9178..ffe7ea35 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,9 +4,8 @@ Red Panda C++ Version 2.9 - fix: syntax highlighting for cpp style line comment is not correct. - fix: Save may crash app if the encoding codec is failed to load. - enhancement: support open and save utf-16/utf-32 BOM files. (but gcc can't compile) - - enhancement: Create a temporary copy of the current file when saving files (it's removed after the saving sucessfully finished). - - enhancement: Auto backup editing contents. (Save editing contents 3 seconds after input stopped. Auto delete when editor successfully closed) - - enhancement: Add "Auto backup editing contents" option in options/editor/auto save + - enhancement: Add "auto backup editing contents" option in options/editor/auto save. Turned off by default. + - enhancement: If the "auto backup editing contents" option is turned on, auto save editing contents 3 seconds after input stopped. Auto delete when editor successfully closed) - fix: rename project file will wrongly set it's encoding to 'ASCII'; - fix: Project's file encoding is wrongly set to 'AUTO' when load project.