#FEATURE by exept
authorClaus Gittinger <cg@exept.de>
Tue, 01 Oct 2019 19:33:52 +0200
changeset 4360 fb60027a5f52
parent 4359 1a689188f9aa
child 4361 35ae4734af0b
#FEATURE by exept class: FlyByHelp class definition comment/format in: #initiateHelpFor:at:now: changed: #flyByHelpTimeoutMillis
FlyByHelp.st
--- a/FlyByHelp.st	Sat Sep 28 15:58:47 2019 +0200
+++ b/FlyByHelp.st	Tue Oct 01 19:33:52 2019 +0200
@@ -16,7 +16,8 @@
 "{ NameSpace: Smalltalk }"
 
 ActiveHelp subclass:#FlyByHelp
-	instanceVariableNames:'currentFrame currentView currentHelpView showProcess closeProcess'
+	instanceVariableNames:'currentFrame currentView currentHelpView showProcess closeProcess
+		helpTextProcess'
 	classVariableNames:'MaxNumberOfLines MaxNumberOfColumns'
 	poolDictionaries:''
 	category:'Interface-Help'
@@ -119,7 +120,7 @@
      it takes too long to parse...
      The returned time is given in ms"
 
-    ^ 300
+    ^ 100
 ! !
 
 !FlyByHelp methodsFor:'developer menu'!