- change: Force use utf8 as the exec encoding for fmtlib in the auto link options page.

This commit is contained in:
Roy Qu 2024-03-01 18:51:23 +08:00
parent b04c8b5309
commit 25453e28eb
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Red Panda C++ Version 2.27
- Enhancement: When '{' is inputted and there are contents selected, auto add line breaks and indents.
- fix: Selected lines doesn't draw line break glyphs.
- fix: issue #215 (Caret may be drawn in the gutter.)
- change: Force use utf8 as the exec encoding for fmtlib in the auto link options page.
Red Panda C++ Version 2.26
- enhancement: Code suggestion for embedded std::vectors.

View File

@ -32,6 +32,7 @@
"links": "-leasyx"
},
{
"execUseUTF8": true,
"header": "fmt/core.h",
"links": "-lfmt"
},