numworks-rpn icon indicating copy to clipboard operation
numworks-rpn copied to clipboard

Display line numbers instead of 0s

Open 0b101 opened this issue 7 years ago • 1 comments

Would it be possible to show something like this: rpn Instead of: rpn2

0b101 avatar Sep 16 '18 20:09 0b101

Line numbers can be added, but not before improvements to the stack readout are made. Excessively long numbers overflow over the left edge of the screen, so we need to add clipping and horizontal scrolling like in the Calculation app first.

boricj avatar Sep 16 '18 21:09 boricj