#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:31:22 +0100
changeset 5956 649159a0d63a
parent 5955 72e55279ce07
child 5957 5c9519dcd2d1
#DOCUMENTATION by cg class: SelectionInListView comment/format in: #documentation #makeSelectionVisible
SelectionInListView.st
--- a/SelectionInListView.st	Fri Nov 04 16:28:32 2016 +0100
+++ b/SelectionInListView.st	Fri Nov 04 16:31:22 2016 +0100
@@ -100,7 +100,7 @@
     Currently, some limited form of line attributes are supported. These
     are kept in the instance variable lineAttributes.
     This may change (using mechanisms similar to MultiColListEntry), so
-    be prepared. (dont use the listAttributes instvar directly; if possible,
+    be prepared. (don't use the listAttributes instvar directly; if possible,
     use MultiColListEntry or subclasses of it.
 
     Although currently based on the listAttributes instVar, the implementation of
@@ -3722,7 +3722,7 @@
     selection notNil ifTrue:[
         self multipleSelectOk ifTrue:[
             selection isEmpty ifTrue:[^ self].
-            "/ dont move, if any in the selection isVisible
+            "/ don't move, if any in the selection isVisible
             selection do:[:aSelectedLine |
                 (self lineIsFullyVisible:aSelectedLine) ifTrue:[
                     ^ self