'Execute Selection in Console' in Windowed Mode
Dear PyCharm team
I usually run a code in Windowed Mode to handle large print outputs.
But I am suffering from a minor bug related to executing selection. When I use 'Execute Selection in Console' in that mode, at first, PyCharm executes the selection in the windowed console I am working in and, at the same time, it opens a new Python Console which is attached at the bottom of the main PyCharm window. What is really weird is that, when I use 'Execute Selection in Console' for the second time, it won't execute the selection in the windowed console but in the newly opened Python Console.
I really want this to be fixed. I mean, 'Execute Selection in Console' must be applied to the windowed console and must not open a new console.
Thank you!
Please sign in to leave a comment.