Skip to content
New issue

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

UI: In parameter mode, edit only the value, not key or assignment symbol #101

Closed
frothga opened this issue Mar 19, 2020 · 0 comments
Closed

Comments

@frothga
Copy link
Collaborator

frothga commented Mar 19, 2020

This will require a more sophisticated editor panel that contains both a label (icon + text) and a text field. Multi-line editing would not be permitted. The construction of the editor panel can take advantage of column widgets developed for issue #100.

Allow user to specify what editing component to use from a limited selection (text field, slider, spinner, drop-down list). These can be specified in the "param" metadata tag, mostly be specifying the kind of data expected, including ranges and a fixed set of choices. Examples:
param=0 -- Reserved to set param to false. Any other value is true, and interpreted to indicate widget and range of choices.
param=A,B,C -- A drop-down list with three options
param=[min:max:step]{units} -- A spinner or slider. Optional units will be appended to the number to form the final value inserted into the parameter.

@frothga frothga added this to the Release 1.1 milestone Mar 19, 2020
@frothga frothga closed this as completed Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant