added note to say when on-execute is called
svn: r10531
This commit is contained in:
parent
198bc92df2
commit
6e2022b4c2
|
@ -893,7 +893,11 @@ the settings for this language.
|
|||
any]{
|
||||
The @scheme[on-execute] method is called on DrScheme's
|
||||
eventspace's main thread before any evaluation happens
|
||||
during execution. Use this method to initialize MzScheme's
|
||||
when the Run button is clicked. It is also called when
|
||||
a new DrScheme tab (or window) is created to initialize
|
||||
the empty interactions window.
|
||||
|
||||
Use this method to initialize MzScheme's
|
||||
@secref[#:doc '(lib "scribblings/reference/reference.scrbl") "parameters"]
|
||||
for the user. When
|
||||
this function is called, the user's thread has already been
|
||||
|
|
Loading…
Reference in New Issue
Block a user