class: Text
authorClaus Gittinger <cg@exept.de>
Mon, 24 Jun 2013 21:44:20 +0200
changeset 3010 0137a29fee34
parent 3009 32460e623a13
child 3011 ff9d57003145
class: Text added: #emphasisFrom:to:put: comment/format in: #emphasizeFrom:to:with:
Text.st
--- a/Text.st	Mon Jun 24 20:00:52 2013 +0200
+++ b/Text.st	Mon Jun 24 21:44:20 2013 +0200
@@ -1318,7 +1318,7 @@
 emphasizeFrom:start to:stop with:emphasis
     "change the emphasis of a range of characters"
 
-    |newRuns|
+"/    |newRuns|
 
     runs from:start to:stop put:emphasis.
 
@@ -1811,11 +1811,11 @@
 !Text class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.120 2013-06-24 18:00:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.121 2013-06-24 19:44:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.120 2013-06-24 18:00:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.121 2013-06-24 19:44:20 cg Exp $'
 ! !