racket/collects/lang
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
..
private Add vector signatures, and `vector-of' to the HtDP signature syntax. 2010-12-19 11:20:51 +01:00
debugger-language-interface.rkt
doc.txt
error.rkt More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
htdp-advanced-reader.rkt
htdp-advanced.rkt Add `cons-of' signature constructor to HtDP languages. 2010-09-22 11:31:24 +02:00
htdp-beginner-abbr-reader.rkt
htdp-beginner-abbr.rkt removed signatures for now 2010-10-13 12:49:26 -04:00
htdp-beginner-reader.rkt
htdp-beginner.rkt removed signatures for now 2010-10-13 12:49:26 -04:00
htdp-intermediate-lambda-reader.rkt
htdp-intermediate-lambda.rkt removed signatures for now 2010-10-13 12:49:26 -04:00
htdp-intermediate-reader.rkt
htdp-intermediate.rkt removed signatures for now 2010-10-13 12:49:26 -04:00
htdp-langs.rkt adjust the auto-text behavior of DrRacket so that it doesn't require the 2010-12-20 08:43:34 -06:00
htdp-lib.scrbl
htdp-reader.rkt
imageeq.rkt
info.rkt
plt-pretty-big-text.rkt
plt-pretty-big.rkt
posn.rkt Adding match to ASL 2010-07-22 15:39:53 -06:00
prim.rkt
r5rs.rkt
run-teaching-program.rkt The call to display-results depends on the value of the current-namespace 2010-10-13 15:55:16 -05:00
stepper-language-interface.rkt
test-error.rkt