UIPainterView.st
changeset 723 60e8ffac2f38
parent 712 bf8aa59e82b6
child 742 688fd0a0b0fd
equal deleted inserted replaced
722:a1bb632b1e00 723:60e8ffac2f38
   193     ].
   193     ].
   194 
   194 
   195 
   195 
   196 !
   196 !
   197 
   197 
   198 cutSelection
   198 deleteSelection
   199     "cut the selection into the cut&paste-buffer
   199     "cut the selection into the cut&paste-buffer
   200      and open a transaction
   200      and open a transaction
   201     "
   201     "
   202     |specs coll|
   202     |specs coll|
   203 
   203 
   218             treeView selection: (Array with: 1)
   218             treeView selection: (Array with: 1)
   219         ]
   219         ]
   220     ]
   220     ]
   221 !
   221 !
   222 
   222 
   223 deleteSelection
   223 deleteTotalSelection
   224     "delete the selection; copy the selection into the cut&paste-buffer
   224     "delete the selection; copy the selection into the cut&paste-buffer
   225      and open a transaction
   225      and open a transaction
   226     "
   226     "
   227     |specs coll|
   227     |specs coll|
   228 
   228