Files
openide/python/testData/copyPaste/TwoIndentedLines.dst.py
Ekaterina Tuzova ef0c8408ea do not move caret to the line beginning in case of selection on paste
fixed PY-8693 Smart indent pasted lines deletes part of string if pasting Django ORM query
2013-02-04 13:26:38 +04:00

6 lines
144 B
Python

#two lines formatting is important
filter(Q(myfield=123),
Q(myanotherfield=321))
a = <caret><selection>'select_me_with_quotes'</selection>