-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[Run][Calculator Plugin] Support Hexadecimal calculations #3272
Comments
I did not find this issue when creating my own. Still in my issue there were other features discussed (binary & conversion in particular), so I would suggest keeping the issue in mind when thinking about implementing this #4690 (comment) Summary of the new feature/enhancementPT Run is already my goto way for doing small calculations. However I quite often need to do calculations, as well as conversions with different positional systems (mainly hex and binary). Some possible calculation examples using the proposed system: |
I also like the feature that Keypirinha has, that if I type some calculation I get multiple results with different formats:
|
this work item may solve this: #2265 which will encompass microsoft/calculator#526 Need to validate what items it will enable. |
Would be nice if there was also hex output in a second row to choose from, especially when calculating multiple memory offsets or similar stuff I want to stay in hex for most calculations. |
😀 |
encountered some problem when using hexademical calculation It would be great if someone can check what's going on.🌷 |
Also see #12571 and #27760, making PowerToys Run support programmer conversions would let me stop needing the Windows Calculator app. I regularly convert between binary, decimal, and hexadecimal for my work with Siemens and Rockwell PLCs for industrial automation (factory manufacturing). Bonus points if the common PLC number notations were also supported, e.g. Convert 1310 from decimal to binary for setting DIP switches for a Siemens F-Address: Convert binary error code from raw device output into decimal for lookup in device manufacturer's error manual: Convert unsigned decimal error code from raw device output into hexadecimal for lookup in device manufacturer's error manual: Convert signed decimal error code from raw device output into hexadecimal for lookup in device manufacturer's error manual: |
Any update on being able to convert bases? i.e. like what @dnlmlr said:
|
Summary of the new feature/enhancement
It would be awesome if I could use PowerToys Run to do quick hexadecimal calculations.
Example input:
Example output:
With the implementation of this groundbreaking new feature, the common error of 0xG could be avoided.
Proposed technical implementation details (optional)
Utilize the Busy Wait Algorithm (BWA) so the user gets the feeling that the computer is thinking very hard.
Bounty
I will post one smiley face emoji upon completion of this task.
The text was updated successfully, but these errors were encountered: