Closed GoogleCodeExporter closed 9 years ago
Is the Editor Option "Auto Indent" on? (Tools, Options, Editor Options).
It appears to be working here unless I have not understood what you mean. In
that case could you please provide a more detailed description of the issue?
Original comment by pyscripter
on 3 Mar 2011 at 2:18
There is a difference between normal comments and code comments.
Code comments is a convention in the Python world by which you temporarily
deactivate code by preceding the code lines with ##. Eventually you will
either delete those lines or include them back to your project. The
indentation is intentional, so that you can easily covert them back to active
code.
Original comment by pyscripter
on 30 May 2011 at 12:01
Original issue reported on code.google.com by
laurent...@gmail.com
on 27 Feb 2011 at 11:42