[plt-scheme] DrScheme split up windows

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed May 16 10:09:17 EDT 2007

On 5/16/07, Grant Rettke <grettke at acm.org> wrote:
> > It looks weird but I guess that's what you get after looking at
> > something the same way for more than a decade :)
> >
> > http://people.cs.uchicago.edu/~robby/tmp/drs-horiz.png
>
> Nice. How hard would it be to split the REPL on the right panel into
> two REPLs, one on the top and one the bottom?

All of these things are doable if you are willing to hack on drscheme
itself, but not so easy externally.

In that particular case, you have a little bit more work, because
there is currently just one class for each panel when you do a split,
so to make some splits be horizontal and others vertical, you'd need
to wire things up a little bit more. Still not much work, but more
than changing a handful of letters :)

Robby


Posted on the users mailing list.