cpp-properties icon indicating copy to clipboard operation
cpp-properties copied to clipboard

Add the ability to specify value ranges

Open Tectu opened this issue 4 years ago • 0 comments

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.

Tectu avatar Jun 18 '21 09:06 Tectu