fixed PY-6994 Paste leads to syntactically incorrect code in case pasting copied text instead of selection

This commit is contained in:
Ekaterina Tuzova
2012-08-02 14:30:01 +04:00
parent 655b8f5913
commit 25c85acb6a
23 changed files with 192 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
<selection>if True:
a = 1
b = 2
</selection>
def f():
c = 3