I would be nice to have a thousand separator in the calculation results, so for example if you enter 2000000*1000 the result is currently shown as 2000000000 but it would be better to show 2,000,000,000 or 2.000.000.000 depending on regional settings.
Created attachment 172572 [details] separator There is already a separator implemented for the result display, but is not configurable, it should default to whatever is set on your system.
(In reply to username981618 from comment #0) > I would be nice to have a thousand separator in the calculation results, so > for example if you enter 2000000*1000 the result is currently shown as > 2000000000 but it would be better to show 2,000,000,000 or 2.000.000.000 > depending on regional settings. Check the locale settings on you system to see if it a separator is set, are you seeing the separator missing on kde? or is it another desktop?
My regional settings are set to the UK which is "1,000.01" so there should be a comma. I checked kcalc again - it DOES show the separator in the result as I enter my calculation. So I enter "2000000*1000" and it will show "2,000,000,000" below. But then when I press enter to "finish" my calculation the thousand separator disappears again and it's also missing in the history pane on the right
Created attachment 172576 [details] Thousand separator missing in history pane and after pressing enter
*** This bug has been marked as a duplicate of bug 488037 ***