Closed GoogleCodeExporter closed 9 years ago
It also occurs if instead of pasting you press delete
i.e you have a situation like this
[tab]Line1
[tab][caret]
[tab]Line3
you then press delete and it becomes
[tab]Line1
[spaces][caret][tab]Line3
when it should become
[tab]Line1
[tab][caret][tab]Line3
Original comment by Keogh16...@gmail.com
on 10 Apr 2011 at 10:06
This occurs due to an interaction with "Trim trailing spaces". At some point I
will revamp the way "Trim trailing spaces" works but in the meantime when you
want tabs in your file you need to switch off "Trim trailing spaces" as well.
By the way using tabs in python files is not recommended practice.
http://www.python.org/dev/peps/pep-0008/
Original comment by pyscripter
on 1 Jun 2011 at 3:39
Original issue reported on code.google.com by
Keogh16...@gmail.com
on 10 Apr 2011 at 9:45