#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:27:14 +0100
changeset 17041 9ed82542caab
parent 17040 84e03a037118
child 17042 b1028542e646
#DOCUMENTATION by cg class: Tools::ClassList comment/format in: #reconstructNameList
Tools__ClassList.st
--- a/Tools__ClassList.st	Fri Nov 04 16:26:58 2016 +0100
+++ b/Tools__ClassList.st	Fri Nov 04 16:27:14 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -1697,11 +1695,11 @@
             listView scrollWhenUpdating:nil.
 
             "/ this will lead to a selectionIndex change (done by the selListView);
-            "/ however, we dont want this here, since it recurses into
+            "/ however, we don't want this here, since it recurses into
             "/ a selectionChange. Therefore, temporarily disconnect the selectionIndexHolder...
             [
                 self selectedClassNameIndices removeDependent:self.
-                "/ also, dont want a callback (selectionChangedByClick)
+                "/ also, don't want a callback (selectionChangedByClick)
                 sav := listView action.
                 listView action:nil.
                 self classNameList value:newNameList.