Lookup table editor improved
Lookup table data grid control is improved by adding several features:
- Copy and Paste improved/fixed
- Adding an additional empty line when growing the table fixed
- Handling comma/dots improved
- Detection of the used separator improved
- A entered value is applied to all selected cells
- Relative editing of a cells / multiple cells
Prepend the operation in front of the entered value: “+”, “-“, “*”, “/”
Append a equal “=” to perform the calculation.
Append a percent “%” to perform a percentage calculation
Examples:
+10= -> Adds 10 to the selected values (“21” becomes “31”)
/2= -> Divides the selected values by 2 (“10” becomes “5”)
-10% -> Decreases the selected values by 10% (“1.0” becomes “0.9”)
*10% -> Multiplies the selected values with 10% (or 0.1) (“1.0” becomes “0.1”)