Workspace.st
changeset 4150 41eae86a7b46
parent 4149 105b82a1365d
child 4154 05d107aebe74
--- a/Workspace.st	Mon May 17 11:50:28 2010 +0200
+++ b/Workspace.st	Mon May 17 12:53:09 2010 +0200
@@ -204,8 +204,8 @@
         'ap'    'at:!! '
 
         'st'    'Smalltalk'
-        'ts'    'Transcript showCR: '
-        'trs'   'Transcript showCR: '
+        'ts'    'Transcript showCR: ''!!'''
+        'trs'   'Transcript showCR: ''!!'''
         'abb'   'Workspace sniplets inspect'
         'ws'    'Delay waitForSeconds: 1' 
         'wfs'   'Delay waitForSeconds: 1' 
@@ -268,7 +268,7 @@
             at:abbrev put:text "/ ifPresent:[ self error:'duplicate abbreviation key' ]
     ].
 
-    "Modified: / 07-05-2010 / 16:48:07 / cg"
+    "Modified: / 17-05-2010 / 12:52:29 / cg"
 !
 
 updateStyleCache
@@ -1792,9 +1792,9 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.216 2010-05-17 09:50:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.217 2010-05-17 10:53:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.216 2010-05-17 09:50:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.217 2010-05-17 10:53:09 cg Exp $'
 ! !