masroore / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Indented comments #486

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I know that it looks minor but is it possible to make the comments follow the 
indentation.

It's breaking the layout too easily and make your whole project quickly 
unreadable.

Original issue reported on code.google.com by laurent...@gmail.com on 27 Feb 2011 at 11:42

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
"Auto Indent" was on.

I've attached two files explaining my "issue".

Original comment by laurent...@gmail.com on 3 Mar 2011 at 10:36

Attachments:

GoogleCodeExporter commented 9 years ago
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