We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be super great if these offsets could optionally be displayed in hex rather than decimal:
I'll try to get to this myself!
The text was updated successfully, but these errors were encountered:
I would be happy to pull this in if you added it. I think you would do the hex text rendering somewhere in here: https://github.com/Mahlet-Inc/hobbits/blob/master/src/hobbits-widgets/displayhelper.cpp#L298
And then if you wanted per-display toggles, you'd need to add a control for that in each display plugin's AbstractParameterEditor implementation: https://github.com/Mahlet-Inc/hobbits/blob/master/src/hobbits-plugins/displays/Hex/hexform.cpp
and then a way to read and use that parameter configuration: https://github.com/Mahlet-Inc/hobbits/blob/master/src/hobbits-plugins/displays/Hex/hex.cpp#L12
Or, as a lazy option, you could make it a global setting (src/hobbitscore/settings*)
Sorry, something went wrong.
Oh wow, thanks for the guidance! Very much appreciated. I'll get to this ASAP
Successfully merging a pull request may close this issue.
It would be super great if these offsets could optionally be displayed in hex rather than decimal:
I'll try to get to this myself!
The text was updated successfully, but these errors were encountered: