boricj / numworks-rpn

RPN calculator for NumWorks
Other
36 stars 12 forks source link

Horizontal scrolling with large results #27

Open boricj opened 4 years ago

boricj commented 4 years ago

Just like the calculation app, we need the ability to scroll large results that do not fit in one screen's width, otherwise they are cropped.

RedGl0w commented 4 years ago

Why not using ScrollableTwoExpressionsCell instead of EvenOddExpressionCell ? This should be easier for people, because pressing a key to see the approximation is way more complicate than in calculation app. If you think this is a good solution, I will start working on something like calculation cells in calculation app.

shaunsingh commented 2 years ago

Any progress on this? Its of the biggest issues I have with the app.

This + line numbers on the left hand side (and an option to align the numbers to the left, similar to the DM42) would make it a great app.

boricj commented 2 years ago

I haven't worked on this app for 14 months (it's probably thoroughly bitrotten by now), the "security" work makes it incompatible in its current form with epsilon versions >16 and the biggest downstream user (the Omega project) is archived.

I'll see if I can fix some low-hanging fruits, but this app hasn't been actively updated for a long time.

shaunsingh commented 2 years ago

Thanks, I don't know much c++ but I would love to take a look at it if someone could point me in the right direction

Right now I use https://github.com/Lauryy06/Upsilon, which is still getting updates.