A lot of "DrScheme" -> "DrRacket"s.

original commit: de0cc7771b3f4be098cfa30e552f0acad3436a0e
This commit is contained in:
Eli Barzilay 2010-05-17 01:27:03 -04:00
parent c949b1a59c
commit d7fccc9d0d
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
@defmodule[mrlib/cache-image-snip]{ @defmodule[mrlib/cache-image-snip]{
The @schememodname[mrlib/cache-image-snip] library provides the core The @schememodname[mrlib/cache-image-snip] library provides the core
data structure for DrScheme's @filepath{image.ss} teachpack. Images in data structure for DrRacket's @filepath{image.ss} teachpack. Images in
the @filepath{image.ss} teachpack are instances of the the @filepath{image.ss} teachpack are instances of the
@scheme[cache-image-snip%] class.} @scheme[cache-image-snip%] class.}

View File

@ -120,7 +120,7 @@ and height. The @scheme[dc] argument is used for sizing.}
void?]{ void?]{
Draws a button label like the one for the @onscreen{(define ...)} and Draws a button label like the one for the @onscreen{(define ...)} and
filename buttons in the top-left corner of the DrScheme frame. Use filename buttons in the top-left corner of the DrRacket frame. Use
this function to draw similar buttons. this function to draw similar buttons.
The basic idea is to create a canvas object whose on-paint method is The basic idea is to create a canvas object whose on-paint method is

View File

@ -15,7 +15,7 @@
1)))))]{ 1)))))]{
This is an assocation list mapping the shortcut strings that This is an assocation list mapping the shortcut strings that
DrScheme uses with its @tt{control-\} (or @tt{command-\}) strings to DrRacket uses with its @tt{control-\} (or @tt{command-\}) strings to
their corresponding unicode characters. For example, it contains their corresponding unicode characters. For example, it contains
this mapping: this mapping:
@schemeblock[ @schemeblock[

View File

@ -264,7 +264,7 @@ The "MrEd XOR" menu selects a icon:
- "MrEd XOR" : initial icon, as described above - "MrEd XOR" : initial icon, as described above
- "PLT Middle" : middle area of the PLT logo (used when starting - "PLT Middle" : middle area of the PLT logo (used when starting
DrScheme), same size as the MrEd icon. Make sure scaling works DrRacket), same size as the MrEd icon. Make sure scaling works
right (i.e., same section shown and scaled). right (i.e., same section shown and scaled).
- "PLT ^ MrEd" : "PLT Middle" masked by the MrEd icon. - "PLT ^ MrEd" : "PLT Middle" masked by the MrEd icon.

View File

@ -128,7 +128,7 @@
(run-save/load-tests pasteboard% pb-insert reset?)) (run-save/load-tests pasteboard% pb-insert reset?))
'(#t #f)) '(#t #f))
;; Test DrScheme-style format change in `on-save': ;; Test DrRacket-style format change in `on-save':
(define (run-on-save-tests editor% insert) (define (run-on-save-tests editor% insert)
(let* ([editor+% (if (eq? editor% text%) (let* ([editor+% (if (eq? editor% text%)
(class editor% (class editor%