quote:
Originally posted by Shondoit
Instead of adding another command, use and empty /calc command to open the quickcalc...
so '/calc 8+5' will send '8+5=12' ()
and '/calc' will open the quickcalc...
Hmm... never thought about that. That will indeed make things easier.
And maybe, I can make '/calc pref' to open the preferences and '/calc abt' to open the about window...
That way, I only have one command left.
quote:
Originally posted by phalanxii
In the QC, I can't quite use the letters (A-F) for hex, because the calculator doesn't parse them.
I am aware of this. They were just meant to note that you will be able to use hexadecimal values, but not by simply typing them. I'll make the script to use special functions to let the user specify what mode should be used. For example, I'll make
Hex(FF) to result in
255, so you can calculate with different modes. (e.g.: substracting hexadecimal numbers from binary numbers and returning the octal result)
quote:
Originally posted by phalanxii
Also, it might be better to convert expressions before making the calculations in other bases (so that 10+10 in binary = 100; maybe split modes to "input" and "output").
See previous reply.
quote:
Originally posted by phalanxii
And degrees, radians and grads!
Yes yes, I'll look for that.
quote:
Originally posted by phalanxii
Sweet pre-release! This (like all your other work) is very professional, Mattike!
...
Again, super script!
Hehe, thanks!