Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate and immediately display a preliminary result as you enter numbers until you press the equal sign, with the ability to edit using the backspace key #2224

Open
evd316 opened this issue Aug 27, 2024 · 3 comments

Comments

@evd316
Copy link

evd316 commented Aug 27, 2024

Calculate and immediately display a preliminary result as you enter numbers until you press the equal sign, with the ability to edit using the backspace key
Windows 10/11

For example, we type 2+3, we want to see the preliminary result 5 right away, before pressing the next action sign or the equal sign or another number:
КалькW11
Then we press 5 and want to see the preliminary result 37.
Then we press backspace (we see 5 again), press 1 and want to see the preliminary result 33.
Then you can press the equal sign or not press it (it doesn’t need to be pressed very often or almost never).

NB: may contradict #1736 и #1786

@UndefinedLove
Copy link

So in simple terms as you said, we can show the results before pressing the equal button Right!
For example,
If I just want to calculate (4 * 2) it must show a preliminary result (8) before pressing the Equal button
Right?
And please correct me if I'm wrong

@evd316
Copy link
Author

evd316 commented Sep 8, 2024

Yes, like in the standard Android calculator, for example.
Screenshot_20240908-120102.png

@UndefinedLove
Copy link

Got it, Will start working on this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants