Closed GoogleCodeExporter closed 9 years ago
From the Help File,
Smart tabs:
When tabbing, the cursor will go to the next non-white space character of the
previous line.
In my testing this is what it does. On the first line it moves the cursor by 4
spaces.
Original comment by pyscripter
on 26 Mar 2015 at 11:12
Reproduced here. Happens more when I am doing the else: and then add an if
inside. Also I'll see a problem with a try/except.. the tab seems to try to go
the length of "except" (6 tabs) instead of the 4 that the "try" had so it ends
up with:
'''
try:
do something
except:
why is my tab here?
'''
Original comment by TAQMOB...@gmail.com
on 16 Jun 2015 at 7:28
Original issue reported on code.google.com by
c...@petshealth.com.au
on 6 Jul 2014 at 7:11