*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 09 Nov 2008 12:26:13 +0100
changeset 2133 17df4ca70913
parent 2132 f6159d415883
child 2134 4f42568104c5
*** empty log message ***
Explainer.st
--- a/Explainer.st	Wed Nov 05 14:20:09 2008 +0100
+++ b/Explainer.st	Sun Nov 09 12:26:13 2008 +0100
@@ -366,7 +366,7 @@
     (methodComment endsWith:',') ifTrue:[ methodComment := methodComment copyWithoutLast:1].
     methodComment := methodComment withoutSeparators.
     (lines size > 1) ifTrue:[
-        methodComment := methodComment , '...'
+        methodComment := methodComment , ' ...'
     ].
     ^ ('"' , methodComment , '"') asText colorizeAllWith:(UserPreferences current commentColor).
 
@@ -1250,5 +1250,5 @@
 !Explainer class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Explainer.st,v 1.85 2007-06-11 11:05:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Explainer.st,v 1.86 2008-11-09 11:26:13 cg Exp $'
 ! !