qalculate-android icon indicating copy to clipboard operation
qalculate-android copied to clipboard

Display variables differently

Open ByteHamster opened this issue 3 years ago • 1 comments
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"

ByteHamster avatar Mar 27 '22 21:03 ByteHamster

Yes, good idea. Same thing for units maybe

jherkenhoff avatar Mar 27 '22 22:03 jherkenhoff

Implemented in bfff519

jherkenhoff avatar Jun 15 '24 12:06 jherkenhoff