Details
Description
When both cell selection and multi options are enabled. We should have an ability to record & replay selection of separate cells, like this:
select [get-item "Item #4" | get-item-cell -column "First Column"] [get-item "Item #7" | get-item-cell -column "The Column #2"]
Note that multi selection option need not to be enabled to select several cells, when cell selection mode is on.
?!
Maybe it's better to add some option to add cell into selection instead (or in addition), like:
select [get-item "Item #4" | get-item-cell -column "First Column"] select [get-item "Item #7" | get-item-cell -column "The Column #2"] -add
should be recorded on ctrl+clicks