Files
openide/python/testData/copyPaste/SelectionOneLine1.src.py
Ekaterina Tuzova 95d8e470fc fixed PY-7524 Dragged/pasted code in wrong location
fixed PY-7470 Smart copy-paste unindents next line (in place insert)
2012-09-11 20:29:47 +04:00

4 lines
93 B
Python

class MyClass(object):
member1 = 1
<selection> member2 = 2
</selection> member3 = 3