CodeCompletionHelpView.st
changeset 18588 9790ae89ebee
parent 18587 dc3e84f464fc
child 18590 b6158d4015f0
--- a/CodeCompletionHelpView.st	Wed Feb 13 23:39:57 2019 +0100
+++ b/CodeCompletionHelpView.st	Thu Feb 14 02:20:13 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2013 by Claus Gittinger
               All Rights Reserved
@@ -172,10 +170,10 @@
         Processor removeTimedBlock:delayedCloseAction.
     ].    
     delayedCloseAction := [ self delayedClose ]. 
-    Processor addTimedBlock:delayedCloseAction for:nil after:0.5.
+    Processor addTimedBlock:delayedCloseAction for:nil afterMilliseconds:500.
 
     "Created: / 05-08-2018 / 03:13:23 / Claus Gittinger"
-    "Modified: / 13-02-2019 / 23:39:47 / Claus Gittinger"
+    "Modified: / 14-02-2019 / 02:16:10 / Claus Gittinger"
 !
 
 keyPress:key x:x y:y view:aView