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

[Run][Calculator Plugin] Add functions (bin2dec,hex2dec,oct2dec) #3627

Open
baget opened this issue May 23, 2020 · 3 comments
Open

[Run][Calculator Plugin] Add functions (bin2dec,hex2dec,oct2dec) #3627

baget opened this issue May 23, 2020 · 3 comments
Labels
Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Run-Plugin Things that relate with PowerToys Run's plugin interface

Comments

@baget
Copy link

baget commented May 23, 2020

Environment

Windows build number: 10.0.18363.836
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): Microsoft.Plugin.Calculator

Steps to reproduce

  1. Open Launcher (alt+space)
  2. write in the windows "hex2dec(20)"

Expected behavior

UI should show 32

Actual behavior

UI showing nothing

Screenshots

image

@baget
Copy link
Author

baget commented May 23, 2020

According to the code, the calculator should support bin2dec,hex2dec,oct2dec
but I seem like MagesEngine.Interpret() does not process it.

@jyuwono jyuwono added the Product-PowerToys Run Improved app launch PT Run (Win+R) Window label May 26, 2020
@jyuwono jyuwono added this to the v1.0 Release milestone May 26, 2020
@jyuwono jyuwono added this to To do in 0.20 release via automation May 29, 2020
@jyuwono jyuwono added the Issue-Bug Something isn't working label Jun 3, 2020
@crutkas
Copy link
Member

crutkas commented Aug 27, 2020

@crutkas crutkas removed this from To do in 0.20 release Aug 27, 2020
@crutkas crutkas added Idea-Enhancement New feature or request on an existing product Run-Plugin Things that relate with PowerToys Run's plugin interface and removed Issue-Bug Something isn't working labels Aug 27, 2020
@crutkas crutkas changed the title Convertion functions (bin2dec,hex2dec,oct2dec) does not work in PowerToys Run add functions (bin2dec,hex2dec,oct2dec) to PowerToys Run calc Dec 8, 2020
@crutkas
Copy link
Member

crutkas commented Dec 8, 2020

this work item may solve this: #2265 which will encompass microsoft/calculator#526

Need to validate what items it will enable.

@enricogior enricogior changed the title add functions (bin2dec,hex2dec,oct2dec) to PowerToys Run calc [Run][Calculator Plugin] Add functions (bin2dec,hex2dec,oct2dec) Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Idea-Enhancement New feature or request on an existing product Product-PowerToys Run Improved app launch PT Run (Win+R) Window Run-Plugin Things that relate with PowerToys Run's plugin interface
Projects
None yet
Development

No branches or pull requests

3 participants