more abbs
authorfm
Thu, 02 Oct 2008 15:44:44 +0200
changeset 3715 5662e3596fd2
parent 3714 5af60edccb0d
child 3716 b4234b9a6673
more abbs
Workspace.st
--- a/Workspace.st	Wed Oct 01 11:57:34 2008 +0200
+++ b/Workspace.st	Thu Oct 02 15:44:44 2008 +0200
@@ -135,9 +135,13 @@
         at: 'ps'    put: 'printString';
         at: 'sr'    put: 'self subclassResponsibility';
         at: 'st'    put: 'Smalltalk';
+        at: 'ts'   put: 'Transcript showCR: ';
         at: 'trs'   put: 'Transcript showCR: ';
         at: 'ik'    put: 'includesKey: #';
         at: 'abb'   put: 'Workspace sniplets inspect';
+        at: 'ws'   put: 'Delay waitForSeconds: 1'; 
+        at: 'wfs'   put: 'Delay waitForSeconds: 1'; 
+        at: 'wfm'   put: 'Delay waitForMilliseconds: 1000'; 
         at: 'slef'  put: 'self';
         at: 'ati'    put: 'at:!! ifAbsent: ';
         at: 'ini'   put:'initialize', String lf, String lf,'    super initialize.', String lf, '    ';
@@ -1590,5 +1594,5 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.184 2008-10-01 09:57:34 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.185 2008-10-02 13:44:44 fm Exp $'
 ! !