# HG changeset patch # User Claus Gittinger # Date 1525691138 -7200 # Node ID ea1b7977552d51cf00f0996e76d624175ead1ed9 # Parent 40db6cd606e4481b2d01abb67ed4dd48d4a553a0 #BUGFIX by cg class: ReadEvalPrintLoop changed: #cmd_ide: diff -r 40db6cd606e4 -r ea1b7977552d ReadEvalPrintLoop.st --- a/ReadEvalPrintLoop.st Mon May 07 13:04:53 2018 +0200 +++ b/ReadEvalPrintLoop.st Mon May 07 13:05:38 2018 +0200 @@ -756,7 +756,7 @@ "/ don't go back into the reader, as this will slow down the "/ IDE (donnow why, at the moment) [ - Delay waitForSeconds:0.2. + Delay waitForSeconds:0.5. app isOpen ] whileTrue. ].