DoWhatIMeanSupport.st
branchjv
changeset 5212 ab0c9d002aea
parent 5199 804da45f1634
parent 5203 9b8272cc6d49
child 5228 4644e610c1b9
--- a/DoWhatIMeanSupport.st	Wed Aug 03 07:05:47 2016 +0200
+++ b/DoWhatIMeanSupport.st	Wed Aug 10 18:18:12 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
 	      All Rights Reserved
@@ -2164,7 +2166,7 @@
     canParenthesize ifTrue:[
         "/ completing an already existing keyword or binary message with something starting with
         "/ if, and, or or while.
-        "/ Here, offer a special completion which inserts parenthesis / brackets around the already
+        "/ Here, offer a special completion which inserts parentheses / brackets around the already
         "/ existing message. Do this only, if the existing message makes sense.
         "/    expr wh
         "/ ->
@@ -2346,7 +2348,7 @@
 "/
 "/    info := best storeString.
 "/    implClass notNil ifTrue:[
-"/        info := implClass name , '  ' , info.
+"/        info := implClass name , ' » ' , info.
 "/    ].
 "/    self information:info.
 "/].
@@ -4978,7 +4980,7 @@
 "/
 "/    info := best storeString.
 "/    implClass notNil ifTrue:[
-"/        info := implClass name , '  ' , info.
+"/        info := implClass name , ' » ' , info.
 "/    ].
 "/    self information:info.