update NEWS.md

This commit is contained in:
Roy Qu 2023-10-21 13:45:06 +08:00
parent edba9130b1
commit 44d8ef37e3
1 changed files with 5 additions and 4 deletions

View File

@ -2,16 +2,17 @@ Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors. - enhancement: Code suggestion for embedded std::vectors.
- change: Use ctrl+mouseMove event to highlight jumpable symbols (instead of ctrl+tooltip). - change: Use ctrl+mouseMove event to highlight jumpable symbols (instead of ctrl+tooltip).
- enhancement: Auto adjust position of the suggestion popup window. - enhancement: Auto adjust position of the suggestion popup window.
- enhancement: Windows XP support ( by cyano.CN )
Red Panda C++ Version 2.25 Red Panda C++ Version 2.25
- fix: Symbol completion of '(' before selection may fail, if cursor is at the beginning of the selection. - fix: Symbol completion of '(' before selection may fail, if cursor is at the beginning of the selection.
- change: Symbol completion of '{' won't insert extra new lines. - change: Symbol completion of '{' won't insert extra new lines.
- fix: "move selection up/down" of whole lines selection are no correctly handled. - fix: "move selection up/down" of whole lines selection are no correctly handled.
- enhancement: Improvement of terminal support ( from cyano.CN ) - enhancement: Improvement of terminal support ( by cyano.CN )
- enhancement: ANSI escape sequences Support in windows 10/11 ( from cyano.CN ) - enhancement: ANSI escape sequences Support in windows 10/11 ( by cyano.CN )
- enhancement: Option "Enable ANSI escape sequences Support" in Settings -> Executor - enhancement: Option "Enable ANSI escape sequences Support" in Settings -> Executor
- change: Use freetype as the fontengine in windows ( from cyano.CN ) - change: Use freetype as the fontengine in windows ( by cyano.CN )
- fix: Custom compile options is not used when retrieve macros defined by the compiler. - fix: Custom compile options is not used when retrieve macros defined by the compiler.
- fix: Processing for #if/#elif/#else is not correct. - fix: Processing for #if/#elif/#else is not correct.
- Change: Empty project template won't auto create main.c/main.cpp - Change: Empty project template won't auto create main.c/main.cpp
@ -21,7 +22,7 @@ Red Panda C++ Version 2.25
- enhancement: After compiler settings changed, run/debug current file will auto recompile. - enhancement: After compiler settings changed, run/debug current file will auto recompile.
- ehhancement: Show selected char counts in status bar. - ehhancement: Show selected char counts in status bar.
- enhancement: Differentiate /* and /** when calculate auto indents. - enhancement: Differentiate /* and /** when calculate auto indents.
- fix: crash when using ibus as the input method. - fix: crash when using ibus as the input method ( cyano.CN ).
- fix: Correctly handle project templates that have wrong unit counts. - fix: Correctly handle project templates that have wrong unit counts.
- fix: Project recompiles for every run if auto increase build number is turned on. - fix: Project recompiles for every run if auto increase build number is turned on.
- fix: Auto increase build number for project is not correctly processed. - fix: Auto increase build number for project is not correctly processed.