I would like to be able to have multiple documents
open at once. It's nice to be able to jump from file
to file quickly using the list on the left, but often
I would like to refer to code (constant definitions
for example) as I'm writing new code, and being able
to have multiple windows open is a great help.
Logged In: YES
user_id=343403
I fear that this will be quite a big project. Right now, the
code is really structured to assume a 1:1 relationship
between the model and a window, I think.
Well, maybe not: We could just allow you to "tear off" a
single document. So there could be multiple windows but only
one master window, which contains the interactions pane, all
the menu items, etc.