Rudy Huyn
Rudy Huyn
For information, I already built an expression parser to improve the `PasteManager` and managing a lot of operations not currently supported (ln, log, sqrt, etc...) and already covering all your...
I agree, custom operators will require a lot more work (including a dialog to modify them) and can create many issues with shortcuts or when new features will be added...
What if we add a command line parameter like `--singleInstance` to prevent the creation of extra windows, you will then be able to modify `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\18` and run `calc.exe --singleInstance` instead...
I've a diff ready, but there is some little tricks I want to confirm with the community and Microsoft before sending it. We can't use `calc.exe` in command lines, it...
I don't think a toggle would be that useful. You already have 2 ways to launch the calculator and already have the choice between: - click on the icon in...
We can also modify the protocol and add a parameter, but the command line will still be necessary for all applications expecting (and only supporting) a path and not a...
Good job @tristanYoung, I fully agree with you One important piece of information missing here is: why is the calculator multi-instance? While I understand that some users need a multi-instance...
I have a very old PR adding a command parameter and forcing single instance ready. Once specs done (including the parameter name) I will update it and submit it.
> It would be nice if the converter could automatically flip the from & to values during conversion. Good idea! > Might also be good to add a flip or...