If the format is something like G2, then the number 654321 is formatted to 6.5E+04. This presents a problem for the keystroke handling, especially for backspace.
I'm guess there may need to be a context-sensitive behavior based on where the caret is.
If the format is something like
G2
, then the number 654321 is formatted to6.5E+04
. This presents a problem for the keystroke handling, especially for backspace.I'm guess there may need to be a context-sensitive behavior based on where the caret is.