ConfigurationManager icon indicating copy to clipboard operation
ConfigurationManager copied to clipboard

Frameworkless Configuration Manager for LabVIEW

Results 10 ConfigurationManager issues
Sort by recently updated
recently updated
newest added

- Simplest implementation is to display the list of Key Value Pairs. - More intelligent implementation is to investigate the file or database on-demand when a "section" is requested for...

Public Events for: - error (return error cluster) - values modified (return list of modified keys) - modifications made persistent (return list of keys persistent) - process stopped (return boolean)

Needs a VM configured with non-US standard for decimal separator

Create the skeleton for the text-based support files such as INI, JSON, XML, CSV, etc.

Implement an abstract "File Signature" in the Manager.Text class.

Add smart formatting for strings when converting from floating point numbers.

enhancement