I used IPython in the past and I used to be able to copy and paste multi-line commands, e.g., a for loop in IPython.
Working on my new PC after installing Python(x,y) 2.7.2.1, I can paste multi-line snippets by using right-click → Edit → Paste, but not by using Ctrl + P, as I used to do.
When using Ctrl + P, only the first line for the multi-line snippet gets pasted. How can I fix this?
I looked in the settings and documentation to no avail.