FossifyOrg / Calculator

A calculator for quick simple calculations with a nice user interface and no ads
https://www.fossify.org
GNU General Public License v3.0
144 stars 15 forks source link

Paste results from history to current calculation #29

Open ghost opened 1 month ago

ghost commented 1 month ago

Checklist

Feature description

Similar to #28, Fossify Calculator has a history of calculations you made, however you can't really "paste" these in to your current calculations.

For example if you did 1+1=2 this saves 2 in history, but if now want to do 3 + and want to add the 2 from history, you cannot, it just changes to 2 instead of adding 2 or giving the option to add 2 to the current calculation.

Why do you want this feature?

Convenience and functionality, instead of needing to check the history and then manually input the previous result you can just paste it in directly, makes accounting easier.

Additional information

These are technically two different features even if the basis is similar so as per guidelines, it's separated.