Changes between Initial Version and Version 1 of Ticket #1851, comment 22
- Timestamp:
- 06/11/12 02:14:10 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1851, comment 22
initial v1 1 1 Hmmm, I'm not so much a fan of defining and parsing a syntax - it's something the user has to learn first and then remember later. 2 2 3 How about we remember and display only the actual sequence of values and allow the user to generate that sequence in the UI? So he can type in min, max, and step in respective text boxes then hit a button (or on textbox validation) and the values are generated and displayed in something similar to a !StringConvertibleArrayView. This has the advantage that the values can also be modified after they're generated .3 How about we remember and display only the actual sequence of values and allow the user to generate that sequence in the UI? So he can type in min, max, and step in respective text boxes then hit a button (or on textbox validation) and the values are generated and displayed in something similar to a !StringConvertibleArrayView. This has the advantage that the values can also be modified after they're generated and it's also always clear what the actual values are going to be.