[racket-dev] [racket] "Insert Pict Box" menu item not found in DrRacket
Version 1.2 of cdrswift.plt seems to use the slideshow-insert-pict-box
string constant, but it is up to version 1.5 now.
http://planet.racket-lang.org/display.ss?package=cdrswift.plt&owner=dignatof
Probably best to just leave them in for now.
Robby
On Tue, Jul 10, 2012 at 8:48 AM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:
> On 2012-07-10 07:20:59 -0500, Robby Findler wrote:
>> Which string constants specifically were you planning to remove? I
>> should probably check that they aren't used on planet.
>
> The `slideshow-insert-pict-box` constant doesn't appear to be used.
>
> There are also `slideshow-hide-picts, `slideshow-show-picts,
> `slideshow-cannot-show-picts` as well---I'm not sure whether these are
> removable or not (I see they're used for a pict-snip%'s popup menu but I
> can't seem to trigger that menu in DrRacket).
>
> Cheers,
> Asumu