- fix: Can't save changes in project options -> compiler set , after base compiler set was changed.

This commit is contained in:
Roy Qu 2024-04-05 19:31:04 +08:00
parent c17fd21b1c
commit ec43e4634d
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ Red Panda C++ Version 2.27
- fix: Can't correctly undo/redo "Delete current line". - fix: Can't correctly undo/redo "Delete current line".
- fix: Breakpoint condition expression that contains spaces doesn't work. - fix: Breakpoint condition expression that contains spaces doesn't work.
- enhancement: Double click on breakpoint table's condition cell to modify it. - enhancement: Double click on breakpoint table's condition cell to modify it.
- fix: Don't show function prototype tip for function name that contains namespace alias.
- fix: Can't save changes in project options -> compiler set , after base compiler set was changed.
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.