> Has anyone else noticed that sometimes Pythonwin will ignore the
> indentation settings under View/Options/Tabs and Whitespace and revert to
> an indentation of 4 spaces? Sure makes life difficult when working in a
> source setup for 3 spaces.

I have never seen this.  Pythonwin generally looks for the first indented
block in a file, and uses that indentation for the entire file.  This can be
disabled by clearing the "smart tabs" option.

Is it possible that these files have the first block indented with 4 char,
and the rest indented at 3?  This will cause Pythonwin to use 4 for the
entire file.

Mark.

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to