Super-Calculator
Super-Calculator copied to clipboard
Sublime Text plugin for performing quick inline calculations with a simple keypress (Alt+C).
A way to keep expressions in the result. Default behavior: expression: 5 + 5 result: 10 Keep Expressions behavior: expression: 5 + 5 result: 5 + 5 = 10 I...
The default key binding, Alt + C, conflicts with the `toggle_case_sensitive` command in the find panel.
Support mulitline expressions. Currently below is not supported ``` 1+ 3 ``` - This PR replaces new lines in the selected region before executing
A cool nice to have feature would be an alternate shortcut to calculate and store the result in the clip board. ctrl+alt+c would be perfect. It's the existing shortcut combined...
it would be useful if I type 30_9= and I press Alt + c the output would be 30_9=720
Support for answers returned with proper number of significant figures would be nice. While I'm aware of it during my calculations, it would be nice to just have it correct...
An option to omit unnecessary decimal places would be great. If for example one has set `"round_decimals": 4`, the result of divisions will always have 4 number of digits after...
Suggestion: bind key `ctrl+shift+alt+C plus arrow keys` as addition and `ctrl+shift+C plus arrow keys` as subtraction. because `ctrl+shift+arrow keys` is switching line. replace a row by adding / subtracting the...
Attempting to calculate expressions with a factor in front of a parenthetical expression (such as `2(5*10)`) raises an error saying `Error: 'int' object is not callable`. I assume this is...
In new version of plugin in Sublime 2 selecting a math expression is not working correcly. For examle i'm typing something like that "lh48/2" and pressing Alt + C. Plugin...