Hi,
imagine I have two documents open for Ruby or R. I wrote some scripts and I know that these scripts are running for a while. I select one doc and press APPLE+R and I switch to the other one and I press APPLE+R. Fine. I see two HTML output windows working. But just in the moment I switched to the second doc to execute it, the first script finished its job. Thus my script from the second doc will be shown in the same HTML window for the first document. And I had no chance to read the result or error message.
How can I get rid of it. I thought maybe by naming the HTML windows differently. But what will be the best way? Add a the starting time or the name of my doc window?
But this leads to the problem that I want to have one HTML window for one script. I do not want several HTML windows hanging around, I do not know which belongs to which.
Is that possible in some way?
Many thanks in advance,
--Hans