Packages icon indicating copy to clipboard operation
Packages copied to clipboard

Add semicalc feature to the Calc plugin

Open DrorHarari opened this issue 4 years ago • 0 comments

Add semicalc (multi-part calculation) feature to the Calc plugin.

For example, writing "10+20+30;*1.3" is equivalent to "(10+20+30)*1.3"

Every semicolon is replaced with the preceding part of the expression, wrapped in parentheses.

Refer to issue https://github.com/Keypirinha/Keypirinha/issues/526

DrorHarari avatar Jan 06 '22 01:01 DrorHarari