Editor window retains focus on consecutive runs of the code; Run window processes output, but remains hidden
- MacOS Catalina 10.15.4 - two separate machines
- PyCharm 2020.1
- MacOS
- InteliJ IDEA classic keymap
- Tool window setting: Window
Machine 1: PyCharm shifts the focus to Run window each time the code is executed. This is default behavior.
Machine 2: During the first (initial) run of the code -- Pycharm opens Run window, transfers the focus to it, and displays the output to Run window automatically. On the second and all other consecutive runs the editor retains the focus whiles the output is forwarded to the Run window, which is simply sitting in the background behind the Editor. To see the output, one must switch manually to Run window.
Please advise.
Please sign in to leave a comment.
Hi,
I assume you have switched Run console view mode to "Window". If so, I have reproduced the issue and reported: https://youtrack.jetbrains.com/issue/IDEA-241587
Hi Andrey,
That is correct: I switched Run console to "Window" viewing mode.
Thanks for the follow up!