mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #375] Swap the last two expressions in RPN mode with the right arrow key #172
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ebourg on GitHub (Sep 18, 2024).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/375
Hi, as an old HP 48GX user I really enjoy the Upsilon RPN mode, however I miss a minor feature that I used a lot : on the HP 48 the right arrow key swaps the last two values of the stack:
Would it be possible to implement this feature in Upsilon too?
@Yaya-Cout commented on GitHub (Sep 19, 2024):
You can already swap with the parenthesis (left to swap last three values, and right to swap last two values).
Arrows are already used for navigation, but I don't know of it's really useful to navigate in the RPN input (you will probably write at most 3 characters, so you can probably erase to edit instead of using arrows) but then it won't be consistant with the rest of the interface (anyway, RPN is already a bit special for navigation).