Feature SS-122
5 votes

Add range() to the programming palette in the side panel

Created by Martin Kraska on 4/22/2014 4:41 AM Last Updated by smath on 4/19/2016 3:28 PM
%
 (hrs)
Logged: 0   (hrs)

 Description

For newbies it is really hard to guess how to provide iterator ranges in for loops. How about adding them to the prog palette, possibly in operator form #..#.

Binding two consecutive dots to range(2) with using the preceeding item as first argument and to place the cursor on the second argument, would also be welcome.

    smath (Tuesday, April 19, 2016 3:28 PM) #

Tooltips will be fixed in the scope of http://smath.info/bts/Issues/IssueDetail.aspx?id=2323

Closing this ticket.

    Davide (Tuesday, April 19, 2016 12:17 PM) #

Since SMath Studio 0.98.5952 both range(2) and range(3) are available in the "Matrices" palette

Small issue: the label/description on mouse over is missing.