Changes between Initial Version and Version 2 of Ticket #5407
- Timestamp:
- 2019-03-26T22:26:41Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5407 – Description
initial v2 1 1 Currently, the input of array parameters in OMEdit is a rather inhumane experience, particularly for beginners: 2 2 - it is not at all clear if the parameter is a scalar, an array, or an N-dimensional array, one has to guess or to look at the source code or at the documentation to find that out 3 - there is no (obvious) way to use {{{each}}} 3 4 - if a literal value is to be input, one has to get the syntax right 4 5 - even for advanced users, you may spend 10 solid minutes typing in … … 15 16 - include some hint in the parameter window so as to the dimension 16 17 of array parameters 18 - allow to use {{{each}}} from the GUI (mandatory with the NF) 17 19 - add a GUI for one- and two-dimensional array input 18 20 - check for the syntax validity before closing the input window,