31th May 2016
Added support for labeled ComboBox to Parameter. e.g. @parameter([[10,”low”],[50,”medium”],[100,”high”]]. This would show high, medium and low as text in comboBox and on selecting any one of them data associated with them will be injected into AST. It also support @parameter([[“large”,”XL”],[“medium”,”M’]]) or@parameter([[1,10],[2,20]]). Added support for to set increment step size for spinBox widget. e.g. @parameter(20) a=4; … More 31th May 2016