racket/collects/scribblings/tools
Robby Findler bf53fd5c38 adjust the auto-text behavior of DrRacket so that it doesn't require the
queue-callback / execute callback dance; also, change the behavior
  a little bit so that it works a little bit more like the rest of the
  DrRacket languages; in particular, the initialization of the REPL
  now only happens when a window is first opened or a new tab is first
  created, but not at other times (ie not when the language changes;
  when the language changes, we just keep the REPL state the same and
  show a warning like before)

This change also required a change to the way the repl is initialized
and a slight change to the behavior of the first-opened method. Specifically,
it is now called in a slightly better context so that errors that
happen look like errors in the user's program. The only other use of
the first-opened method in the tree was to initialize the teachpacks
in the teaching languages and this new behavior is also an improvement
there.
2010-12-20 08:43:34 -06:00
..
common.rkt Reorganize editor and snip documentation to break out `racket/snip' 2010-12-17 12:32:27 -05:00
debug.scrbl
eval.scrbl
frame.scrbl
get-slash-extend.scrbl
help-desk.scrbl
info.rkt
language-configuration.scrbl
language.scrbl adjust the auto-text behavior of DrRacket so that it doesn't require the 2010-12-20 08:43:34 -06:00
modes.scrbl
module-language-tools.scrbl
module-language.scrbl
rep.scrbl adjust the auto-text behavior of DrRacket so that it doesn't require the 2010-12-20 08:43:34 -06:00
tool-lib-extracts.rkt
tools.scrbl Closes PR 11493 2010-12-05 08:55:43 -06:00
unit.scrbl