-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Consider these lines of text in a Notepad++ tab:
a=3
b=4
c=5I'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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels