martaListModel

Method select()

fun ListModel:select(index: [IntRange | Int])

Select items with given indices.

Examples:

activePane.model:select({from = 2, to = 4})
activePane.model:select(3)