update NEWS.md

This commit is contained in:
Roy Qu 2024-04-06 21:53:19 +08:00
parent 8fb756da77
commit 5d20f8ed7d
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ Red Panda C++ Version 2.27
- fix: can't jump to definition/declaration for symbols in using alias statement like "using ::printf". - fix: can't jump to definition/declaration for symbols in using alias statement like "using ::printf".
- fix: Don't show completion suggestion for members of variable which type name has namespace alias; - fix: Don't show completion suggestion for members of variable which type name has namespace alias;
- fix: Theme manager not correctly inited in options dialog / environment / appearance. - fix: Theme manager not correctly inited in options dialog / environment / appearance.
- enhancement: Size of icons in the completion popup changes with the editor font size.
- change: Completion popup size settings are based on editor's char width/line height.
Red Panda C++ Version 2.26 Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors. - enhancement: Code suggestion for embedded std::vectors.