- change: Force use utf8 as the exec encoding for fmtlib in the auto link options page.
This commit is contained in:
parent
b04c8b5309
commit
25453e28eb
1
NEWS.md
1
NEWS.md
|
@ -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.
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"links": "-leasyx"
|
||||
},
|
||||
{
|
||||
"execUseUTF8": true,
|
||||
"header": "fmt/core.h",
|
||||
"links": "-lfmt"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue