racket/collects/stepper
Robby Findler 993cd40208 Adjust DrRacket so the window can get narrower
For example, a new DrRacket window (with a file named tmp.rkt in the
and 356 afterwards.  This is under mac os x with, I believe, the
default system font sizes. (The file is important because different
languages can have different buttons in the toolbar and the filename's
length itself can affect the minimum size.)

Mostly this change is the addition of a new kind of panel that
lets its children have multiple fixed sizes (as opposed to
just a single minimum size and (optionally  arbitrarily large))
It also adjusts the various toolbar buttons to use this new code.

Also, there's a few tweaks to shrink other things that became the
limiting factor in shrinking the width of the DrRacket window.

Currently, at least for #lang racket programs, the toolbar buttons
along the top of the window are the limiting factor (including the
save button).  With a bogus language (ie, #lang rackeeet), the bottom
bar is the limiting factor, since that will have only the Save, Run,
and Stop buttons.

related to PR 13281
2012-11-29 09:43:05 -06:00
..
examples A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
private #lang racket' -> #lang racket/base' conversions in stepper. 2012-11-07 08:03:46 -05:00
scribblings Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
doc.txt A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
drracket-button.rkt Lightened icon outlines 2012-01-15 22:19:55 -07:00
external-interface.rkt #lang racket' -> #lang racket/base' conversions in stepper. 2012-11-07 08:03:46 -05:00
info.rkt Lightened icon outlines 2012-01-15 22:19:55 -07:00
internal-docs.txt failed to include test file for example 2012-08-27 23:47:44 -07:00
stepper-tool.rkt Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
stepper+xml-tool.rkt #lang racket' -> #lang racket/base' conversions in stepper. 2012-11-07 08:03:46 -05:00
xml-tool.rkt #lang racket' -> #lang racket/base' conversions in stepper. 2012-11-07 08:03:46 -05:00