Dror Harari

Results 17 comments of Dror Harari

Working on the enhancing Calc plugin before, syntax changes like the suggested one are not practical (because this is not a valid Python expression) and are not so intuitive. I...

Hi @fran-f Please take a look at https://github.com/DrorHarari/Packages/releases/tag/v2.26.CalcHistory I created a test implementation of calclation history that might do what you were looking for... - let me know what you...

Yes, I guess you're right. It saves the need to capture formulas but not reduce the typing and give immediate feedback. Looking at the Calc code I actually think this...

Try this one: https://github.com/DrorHarari/Packages/releases/tag/v2.26.SemiCalc - it should do what you described but with ; rather than } ![image](https://user-images.githubusercontent.com/1831901/147932441-9b66d1f3-bf89-4632-814e-89a047c59724.png) If it works right, I can try to solicit further feedback in...

Thanks Steffen, ~your approach could certainly work in general but would not work in my case. I am calling the WIN32 function `EnumServicesStatusA` to get the list of service names...

I tried your proposal and I do get to the right actions with no further text ... but at a too high a price. Now the user has to do...

KP has history feature any plugin can use but I guess it is not necessarily optimal for the case of calculator history so this feature does make sense. I have...

@LazieKat how long history do you think is needed? Last N? Unlimited?

@LazieKat I have an idea about how to add something like what you were looking for... In the past I added variable support for the Keypirinha built-in Calc plugin. With...

@Ghos3t so you are talking about simply a history of the numerical results of the last (say) 50 calculated values?