You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to select these lines, copy them via Ctrl+c, move input focus to the PythonScript console window's >>> prompt box, and paste via Ctrl+v, with the intention that when I press Enter after that, all three of these lines would be executed, one after the other.
Currently when I attempt to paste those lines, all that gets placed in the prompt box is a=3.
Consider these lines of text in a Notepad++ tab:
I'd like to be able to select these lines, copy them via Ctrl+c, move input focus to the PythonScript console window's
>>>prompt box, and paste via Ctrl+v, with the intention that when I press Enter after that, all three of these lines would be executed, one after the other.Currently when I attempt to paste those lines, all that gets placed in the prompt box is
a=3.Behavior current to the 3.019 pre-release.