changed: #showMessageWhileTest
authorClaus Gittinger <cg@exept.de>
Tue, 29 Nov 2011 11:50:33 +0100
changeset 10916 fb75722987dc
parent 10915 dddb17fac591
child 10917 2b474ecf28c2
changed: #showMessageWhileTest
Tools__NewSystemBrowser.st
--- a/Tools__NewSystemBrowser.st	Tue Nov 29 11:43:31 2011 +0100
+++ b/Tools__NewSystemBrowser.st	Tue Nov 29 11:50:33 2011 +0100
@@ -16783,7 +16783,6 @@
     "Created: / 24.2.2000 / 23:28:06 / cg"
 ! !
 
-
 !NewSystemBrowser methodsFor:'aspects-organization'!
 
 categoryMenuVisible
@@ -20091,7 +20090,6 @@
     ^ UserPreferences current useSearchBarInBrowser or:[self codeView searchBarActionBlock notNil]
 ! !
 
-
 !NewSystemBrowser methodsFor:'change & update'!
 
 categorySelectionChanged
@@ -42397,7 +42395,6 @@
     "Modified: / 25-06-2010 / 10:08:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !NewSystemBrowser methodsFor:'menu actions-variables'!
 
 browseVarRefsOrModsWithTitle:browserTitle boxTitle:boxTitle variables:varType access:accessType all:browseAll
@@ -49342,7 +49339,6 @@
     ^ navigationState projectListApplication
 ! !
 
-
 !NewSystemBrowser methodsFor:'private-history'!
 
 lastSearchPatterns
@@ -54459,7 +54455,7 @@
 showMessageWhileTest
     self showMessage:'Tools::NewSystemBrowser >> testProgressAction'
         while:[
-            (1 to:100) do:[:i | 
+            1 to:100 do:[:i | 
                 (ProgressNotification new)
                     messageText:('Tools::NewSystemBrowser >> testProgressAction (%1 done)' 
                                 bindWith:i);
@@ -54471,6 +54467,7 @@
         ]
 
     "Created: / 28-08-2010 / 10:32:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 29-11-2011 / 11:49:34 / cg"
 ! !
 
 !NewSystemBrowser methodsFor:'user actions-profiler'!
@@ -54490,11 +54487,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1657 2011-11-25 21:02:25 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1658 2011-11-29 10:50:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1657 2011-11-25 21:02:25 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1658 2011-11-29 10:50:33 cg Exp $'
 !
 
 version_SVN