I would find it helpful to have the ability to define each step of a slider in the same way that I can define each selection in a dropdown list.
For example, I have a dropdown list that I would like to provide in slider format. The list is a regular pattern but does not follow a regular step.
0.0001
0.0002
0.0005
0.001
0.002
0.005
0.01
0.02
0.05
0.1
0.2
0.5
1
2
5
10
20
50
100
200
500
I would also like to see the ability to set steps to values less than 1.
This would allow the slider to set values such as 0.1, 0.2, 0.3, etc.
I could do a workaround with JavaScript but thought it could benefit many with a native GUI solution - unless I missed it somewhere.