Right now, when selecting a tool you can change the stepover to any other fixed value.
However, the default value shown is a fixed fraction (percentage) of the tool width. I should be able to say that the stepover is ‘40%’, instead of only using fixed values.
The validation of the current input field is also broken. If you enter ‘0.250*.4’ (i.e., try to use the expression evaluator that is used elsewhere), the input is accepted but changed to 0.250.
In that case, could CC just assume that (i.e. only save final value, not the expression), instead of throwing the expression away?
Right now, once you press ‘=’, the expression is evaluated and the result replaces the expression. Same thing should happen whenever the input box looses focus.