DSVColumnView.st
changeset 5517 9acf3fa7e7a8
parent 5447 867fdca4b691
child 5563 9dae00116509
equal deleted inserted replaced
5516:565035d19b67 5517:9acf3fa7e7a8
  4568         self openEditorOnSelection.
  4568         self openEditorOnSelection.
  4569         editView isNil ifTrue:[^ self].
  4569         editView isNil ifTrue:[^ self].
  4570     ] ifFalse:[
  4570     ] ifFalse:[
  4571         editView == view ifTrue:[^ self].
  4571         editView == view ifTrue:[^ self].
  4572     ].
  4572     ].
  4573     view := self detectViewAt:aPoint ignoreInvisible:true.
  4573     view := self detectViewAt:aPoint ignoreInvisible:false.
  4574 
  4574 
  4575     shouldClick := true.
  4575     shouldClick := true.
  4576     "/ when PreselectAllWhenOpeningEditor is true, we should not click into
  4576     "/ when PreselectAllWhenOpeningEditor is true, we should not click into
  4577     "/ the editor, as this couldclear the selection.
  4577     "/ the editor, as this couldclear the selection.
  4578     "/ however, for non-text editors, it is a good idea to do so...
  4578     "/ however, for non-text editors, it is a good idea to do so...
  4605 "/        ].
  4605 "/        ].
  4606         ].
  4606         ].
  4607     ].
  4607     ].
  4608 
  4608 
  4609     "Modified: / 07-09-2011 / 16:08:45 / cg"
  4609     "Modified: / 07-09-2011 / 16:08:45 / cg"
       
  4610     "Modified: / 15-03-2017 / 21:09:54 / stefan"
  4610 !
  4611 !
  4611 
  4612 
  4612 selectRowFrom:start to:stop 
  4613 selectRowFrom:start to:stop 
  4613     |step oldSelection newSelection|
  4614     |step oldSelection newSelection|
  4614 
  4615