#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:02:58 +0200
changeset 16859 5a32ea4a8184
parent 16858 3927e2daa8c4
child 16860 ad053a633260
#DOCUMENTATION by cg class: BrowserView comment/format in: #classHierarchyOf:withAutoloaded:do: #syntaxHighlightedCode:
BrowserView.st
--- a/BrowserView.st	Thu Sep 22 11:19:31 2016 +0200
+++ b/BrowserView.st	Thu Sep 22 15:02:58 2016 +0200
@@ -12218,7 +12218,7 @@
     classes := IdentitySet new.
 
     "/ first, collect the list of classes to consider
-    "/ thats all classes which are in the selected NameSpaces,
+    "/ that's all classes which are in the selected NameSpaces,
     "/ or private ones, owned by a class which is
     "/ also all of its superclasses are added.
 
@@ -13594,7 +13594,7 @@
         ].
 
         "/ stop when keyboard input arrives ...
-"/ cg: commented - thats done when text is modified ...
+"/ cg: commented - that's done when text is modified ...
 "/        (sensor hasUserEvents) ifTrue:[
 "/            (sensor hasKeyPressEventFor:nil) ifTrue:[
 "/                (anyChange and:[cursorWasOn]) ifTrue:[codeView showCursor].