masroore / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Pasting multiline text to python interpreter is not handled correctly #500

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?
Paste any multiline code snippet from clipboard into python interpreter window

> What is the expected output? What do you see instead?
None of the code is interpreted

> What version of the product are you using? On what operating system?
pyscripter 2.4.1.0

Original issue reported on code.google.com by zaichatk...@gmail.com on 1 Apr 2011 at 11:42

GoogleCodeExporter commented 9 years ago
Use paste with prompts (in the right-click menu).

Original comment by theman.t...@gmail.com on 21 Jan 2012 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
Paste (With Prompts) has been renamed to Paste & Execute.
It now handles correctly text containing multiple statements.  Each statement 
is added to the prompt (and history) and executed.

Original comment by pyscripter on 4 Mar 2012 at 3:58