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
As a reflectometry user I would like to have a string constant and I would like it to be displayed correctly.
Currently these are given a type of "float_type" which causes the GUI to display each character in the char array as hex.
This was noticed yesterday when helping INTER out with adding some string constants, which we noticed weren't displayed correctly.
as you can see in this pic of INTER's constants tab, "OPI" and "slits" are strings that are not displayed correctly.
The text was updated successfully, but these errors were encountered:
ISISComputingGroup/EPICS-refl#56 ISISComputingGroup/ibex_gui#1679 #8228
To review:
Sorry, something went wrong.
Code reviewed
rerpha
No branches or pull requests
As a reflectometry user I would like to have a string constant and I would like it to be displayed correctly.
Currently these are given a type of "float_type" which causes the GUI to display each character in the char array as hex.
This was noticed yesterday when helping INTER out with adding some string constants, which we noticed weren't displayed correctly.
Acceptance criteria
as you can see in this pic of INTER's constants tab, "OPI" and "slits" are strings that are not displayed correctly.
The text was updated successfully, but these errors were encountered: