You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for nice job.
I have proposition for enhancement. It allows to assign number of the elements for lists and arrays, which can be written in one line.
It makes file sufficiently more human readable in some cases.
In attached zip are some minor modification of the code, which allows to do it. changed_files.zip
I did for C++ version (method void Setting::setLineCapacity(const unsigned int npl) and corresponding field unsigned int nrecs in struct config_list_t ).
setLineCapacity in this implementation works only for Setting with at least one element already added.
The text was updated successfully, but these errors were encountered:
Hi,
thanks for nice job.
I have proposition for enhancement. It allows to assign number of the elements for lists and arrays, which can be written in one line.
It makes file sufficiently more human readable in some cases.
In attached zip are some minor modification of the code, which allows to do it.
changed_files.zip
I did for C++ version (method void Setting::setLineCapacity(const unsigned int npl) and corresponding field unsigned int nrecs in struct config_list_t ).
setLineCapacity in this implementation works only for Setting with at least one element already added.
The text was updated successfully, but these errors were encountered: