I am also having the same problem.

Realtab checked, smarttab unchecked.

I typed ("autotab" was done automatically for me by the editor):

if a==1:
<tab>if b==2:
<autotab><tab>if c==3:

but I actually got:

if a==1:
<tab>if b==2:
<autotab><four spaces>if c==3:

This causes an error in Python, which requires correct indentation.

-- 
<http://forum.pspad.com/read.php?4,39199,39497>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem