stef
I've noticed a potential bug in Soulver 3.8.2 (388). When using a hex or binary literal, its value is not contributed to the document's Total. In Soulver 2, hex and binary literals would be treated just like integers and be recognized as a value.
Zac @ Soulver
complete
You can convert between decimal, binary and hex in Soulver 3.5. Use 0b as a prefix for a binary number, and 0x for hex.
stef
Zac @ Soulver: Fantastic! Works like a charm for me.
P
Paul Annesley
Zac @ Soulver: Thanks! 👌🏼
I just paid for the upgrade as promised back in January.
After failing to read your screenshot carefully, I typed in some hex & binary literals and was puzzled that they displayed verbatim in the answer column, and spent a while searching for controls to display them in a different base. Briefly disappointed that it seemed like only half the feature, and did't even help with converting between bases…
Then I looked back at the screenshot and saw you'd implemented it as “… in hex”, “… in binary” etc. I love it — it's so much better having that conversion included in the typed-in text, rather than off in a fiddly menu/toolbar. Nice work 👌🏼
Zac @ Soulver
in progress
stef
+1
please bring hex and binary literals back -- 0xFF 0b1010
and bitshift >> << operators
Justin Bradford
This is primary missing feature I'm waiting for to upgrade.
Davel Liu
+1 Support for hex and binary operations (shifts, masks, etc)
P
Paul Annesley
I've been loving Soulver for eight years and counting. I was about to pay for the v2→v3 upgrade, but noticed binary/hex support has been dropped. This is a feature I need all the time! I'll stay a happy v2 user, and pay to upgrade if/when it's added back.
Zac @ Soulver
Paul Annesley: Roger that Paul 🤝.
Zac @ Soulver
under review
Zac @ Soulver
Merged in a post:
Hex and binary operations
Support for hex and binary operations (shifts, masks, etc) was lost from Soulver 2 and is sorely missed!
Zac @ Soulver
Merged in a post:
Convert Binary to Hexadecimal
and vice versa...
Eg.
1001 Binary to Hexadecimal | 9
Load More
→