Add commas to separate digits by default
It makes reading numbers in the thousands, tens of thousands, hundreds of thousands, millions, etc. much easier.
I realized this works in the results of equations, but not when you enter a number in the thousands. It would be great if your entry would have commas automatically just like in Android.
I think you're forgetting that languages use comma's in different ways.
- https://en.wikipedia.org/wiki/Decimal_separator#Digit_grouping
- https://docs.microsoft.com/en-us/globalization/locale/number-formatting
Hopefully there is some kind of number formatting function available for c / vala.
I would be very useful to have a configuration button and we could set there a group separator and decimal separator chars, or it can follow it from system configuration. It helps a lot when typing numbers and they are being formatted on the fly with groups separator, I miss this functionality everyday.