-
Updated
Jun 6, 2020
ini
Here are 328 public repositories matching this topic...
-
Updated
Jul 22, 2018 - PHP
-
Updated
Jun 17, 2020 - C
-
Updated
Nov 26, 2019 - Go
-
Updated
May 21, 2020 - C#
TToast bug?
按wiki的方法构建动态库,在使用TToast组件时出现以下异常:
qrc:/net.toou.2d/controls/TToast.qml:101: TypeError: Cannot read property of null
有没类似TextEdit的富文本控件?
支援 i18n 多國語言
Does crudini have support for reading the whole content (sections, keys) in one read with --format sh?
The documentation suggests I have to iterate over all sections in order to do that. That is inefficient and time consuming because the ini file is read (opened, closed) for each iteration...
-
Updated
Nov 18, 2019 - Go
-
Updated
May 20, 2020 - Python
With a file containing:
v = hello
and extracting a bool from that using
const auto b = ini[""]["v"] | true;
I would expect the fallback to be the result, but there returned value is false. In tortellini.hh
inline bool operator |(bool fallback) const {
return _value.empty()
? fallback
: (
case_insensitive::compare(_value, "1")
|| case_insensi
-
Updated
Jun 16, 2020 - Python
-
Updated
Apr 16, 2020 - C++
-
Updated
Nov 14, 2018 - R
-
Updated
May 11, 2020 - C
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Nov 29, 2019 - C++
-
Updated
Dec 5, 2018 - Standard ML
-
Updated
Apr 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ini topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ini topic, visit your repo's landing page and select "manage topics."
Describe the bug
Hi ,
As shown below, the reg_gsid value contains a blank space.
my.ini
As shown above, the blank space is gone when i use saveTo method.
Please, How to reverse the blank space when i use the method. Thanks a lot.
To Reproduce
cfg,