Smart copy-paste

fixed PY-6410 Adding/Pasting text at the end of a class method causes the next class method to be moved outside the class
This commit is contained in:
Ekaterina Tuzova
2012-07-02 15:45:20 +04:00
parent f66a60ccef
commit a67f912cc5
85 changed files with 469 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
class C:
<caret>def bar(self):
pass