c3d / db48x

RPL runtime for the DM42 calculator, in the spirit of HP48/49/50
http://48calc.org
GNU Lesser General Public License v3.0
85 stars 10 forks source link

Thousands separator when entering a big number #62

Closed balta1980 closed 1 year ago

balta1980 commented 1 year ago

The businesses calculator HP17BII has a great feature, when you are entering a big number like 1000000, the prompt add automatically the set thousands separator perhaps "," or "." Would you please add the space you already use on v0.2

This feature is very helpful because you don't need to count zeros the hard way.

Thanks

balta1980 commented 1 year ago

I didn't realize you already develop on 0.2 several thousands separator, well, the idea is that whichever the user has set, it is shown when in the line edit is entering a big number. I understand this feature is not on hp48,49,50 nor prime, but very useful for business. Thank you.

c3d commented 1 year ago

I will try to find a smart way to do it. It's not as easy as it looks, because unlike what happens with the HP17B, parsing of the command line normally does not happen before you hit the ENTER key

c3d commented 1 year ago

This seems doable after all...

https://github.com/c3d/DB48X-on-DM42/assets/1695924/96912789-b405-4c6a-a10d-d7c77c132392

balta1980 commented 1 year ago

Wonderful, thank you very much for all you are doing