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 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
doc.txt A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
error.rkt More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
htdp-advanced-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
htdp-advanced.rkt Add `cons-of' signature constructor to HtDP languages. 2010-09-22 11:31:24 +02:00
htdp-beginner-abbr-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
htdp-beginner-abbr.rkt removed signatures for now 2010-10-13 12:49:26 -04:00
htdp-beginner-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
htdp-beginner.rkt removed signatures for now 2010-10-13 12:49:26 -04:00
htdp-intermediate-lambda-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
htdp-intermediate-lambda.rkt removed signatures for now 2010-10-13 12:49:26 -04:00
htdp-intermediate-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
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 rackety misc docs 2010-05-07 09:13:51 -06:00
htdp-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
imageeq.rkt A lot of "MrEd" -> "GRacket"s. 2010-05-16 23:46:05 -04:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
plt-pretty-big-text.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
plt-pretty-big.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
posn.rkt Adding match to ASL 2010-07-22 15:39:53 -06:00
prim.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
r5rs.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
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 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
test-error.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00