# HG changeset patch # User Claus Gittinger # Date 1474549378 -7200 # Node ID 5a32ea4a8184d9ba8ccbc4842ba5bdc2cbdc5f5c # Parent 3927e2daa8c421d8c37aa6b5595c190eaad6f36d #DOCUMENTATION by cg class: BrowserView comment/format in: #classHierarchyOf:withAutoloaded:do: #syntaxHighlightedCode: diff -r 3927e2daa8c4 -r 5a32ea4a8184 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].