cpp-properties
cpp-properties copied to clipboard
Add the ability to specify value ranges
For certain properties, such as numeric values, it can be interesting to optionally specify a min/max range. The assignment of values should clamp the value within this range.
GUI editors should use this to limit the valid input ranges too.