
It seems that a multiple document application is not possible with LC given that a stack can only be loaded/opened once. Is this correct?
To be clear, I'm not talking about a Multiple Document Interface (MDI), the unpleasantness that Microsoft used for Word and other Office applications not so long ago. Rather, just the ability to have more than one of the same type of document window open.
In its simplest form, a text editor which allows multiple text documents to be open at once.
If I make a document editor stack (scrolling field for entry, and some controls for formatting, for example), and then want to open multiple new 'documents' it seems I would be trying to open the document editor stack multiple times.
I get the feeling the IDE dodged this issue by putting the script editor in a tabbed interface, but that doesn't let a user compare two scripts side-by-side as two separate windows would.
Bleh.
That was kind of 'rambly', but hopefully it makes sense, and somebody can provide some insight.
