Files
openide/python/testData/copyPaste/SelectionOneLine3.dst.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
100 B
Python

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