qalculate-android
qalculate-android copied to clipboard
Display variables differently
trafficstars
Currently, unknown variables are printed with quotes. They should maybe get a different color or font. This can probably be done with SpannableString.
Example input: 2*b
Current output: 2'b'
Expected output: something like "2b"
Yes, good idea. Same thing for units maybe
Implemented in bfff519