#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 15:50:48 +0100
changeset 17025 a77c4a8e889c
parent 17024 396ae901ba2f
child 17026 bc075202f352
#OTHER by cg comment/format in: #documentation
BrowserView.st
--- a/BrowserView.st	Fri Nov 04 15:49:44 2016 +0100
+++ b/BrowserView.st	Fri Nov 04 15:50:48 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -1870,7 +1868,7 @@
 
             something == #comment ifTrue:[
                 "
-                 the class has changed its comment; we dont care, except if
+                 the class has changed its comment; we don't care, except if
                  currently showing the comment
                 "
                 aspect == #comment ifTrue:[
@@ -1928,7 +1926,7 @@
 
             self updateMethodCategoryListWithScroll:false.
 
-            "dont update codeView ...."
+            "don't update codeView ...."
             "self update"
 
             self warnLabel:'the class has changed'.
@@ -5626,7 +5624,7 @@
     "change the classes container in the source repository"
 
     currentClass isLoaded ifFalse:[
-        self warn:'dont know anything about unloaded classes.'.
+        self warn:'don''t know anything about unloaded classes.'.
         ^ self.
     ].
 
@@ -12473,7 +12471,7 @@
 
 extractClassAndSelectorFromSelectionInto:aBlock
     "given a string which can be either 
-        'class>>sel', 'class » sel'  or 'class sel', 
+        'class>>sel', 'class » sel'  or 'class sel', 
     extract className and selector, 
     and call aBlock with the result."
 
@@ -13543,7 +13541,7 @@
         ^ self
     ].
 "/    codeView hasSelection ifTrue:[
-"/        "/ something selected - dont overwrite (is this agood idea ?)
+"/        "/ something selected - don't overwrite (is this agood idea ?)
 "/        ^ self
 "/    ].