racket/collects/macro-debugger
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
..
analysis fix check-requires for submodules 2012-05-07 14:46:13 -06:00
model macro-stepper: fix for lifted provides 2012-11-05 17:26:46 -05:00
syntax-browser macro-debugger: right-click also changes syntax selection 2012-02-24 17:51:41 -07:00
tests moved the docs-complete library into rackunit 2011-05-05 16:10:42 -05:00
util macro-debugger: more submod fixes, removed unused code & exports 2012-05-07 14:46:13 -06:00
view Added lock-icon 2012-06-26 15:00:05 -06:00
emit.rkt macro-debugger/emit: more flexible arguments for emit-remark 2011-09-28 23:52:22 -06:00
expand.rkt removed useless requires 2011-09-27 19:28:44 -06:00
info.rkt Lightened icon outlines 2012-01-15 22:19:55 -07:00
macro-debugger.scrbl Newlines at EOFs. 2012-11-06 14:07:15 -05:00
stepper-text.rkt macro-debugger: internal debugging improvements 2012-03-18 03:31:17 -06:00
stepper.rkt removed useless requires 2011-09-27 19:28:44 -06:00
syntax-browser.rkt remove undocumented export (macro-debugger) 2011-04-25 21:55:42 -06:00
tool.rkt Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00