Open
Description
Consider the following sequence of actions:
- Start DrRacket
- Open a Racket file (say,
a.rkt
) in a tab via File > Open (with "Open files in separate tabs" on) - Open a new window
- Switch back to the previous window (that has
a.rkt
) - Open a Racket file (say,
b.rkt
)
I expect that b.rkt
will be be in the same window as a.rkt
, but it's not.
IIUC, this is due to how open-drscheme-window
tries to open a new tab in newest-frame
, which is set to the most recent created window. I don't understand why that's a desirable behavior however.