added docs for the extra-repl-information method of drscheme:language:language<%>
svn: r18811
This commit is contained in:
parent
66c31d456f
commit
a5a8bf953f
|
@ -882,6 +882,15 @@ the name.
|
|||
|
||||
}
|
||||
|
||||
@defmethod[(extra-repl-information [settings settings] [port output-port?]) void?]{
|
||||
This method is called on the DrScheme eventspace main thread to insert extra
|
||||
information into the REPL to reflect the state of the program.
|
||||
|
||||
It is used, for example, to print out the ``Teachpack'' lines in the HtDP languages.
|
||||
}
|
||||
|
||||
|
||||
|
||||
@defmethod[(marshall-settings [settings settings])
|
||||
writable]{
|
||||
Translates an instance of the settings type into a scheme
|
||||
|
|
Loading…
Reference in New Issue
Block a user