This question refers to the "Run" screen in PyCharm:

Whenever I run a new script it overrides the log from the previous one, but when I have 2 scripts running simultaneously (as in the snippet above), PyCharm would create a second "view" in the run bar (script1 and script2 are the files I ran and each has it's own view)
If a script has finished running, and I run another one - the default behavior is to override the view (or log) of the already ended script.
How do I prevent this default behavior and make PyCharm create a new view for each script, thus keeping the log of the previously ran ones?