Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3804933
By: fabioz
Actually, I think that the current behaviour should be preserved.
Reason:
if I have:
#some comment
a = 10
and I just want to 'play' with the code and comment it, it would become
##some comment
#a = 10
and later I can just mark the whole structure to go back to the old code.
If I just added the # at 'a = 10', it might be very difficult to discover only
what I had commented the last time (sure, it's easy in this example, but in
big blocks it does make a difference).
Cheers,
Fabio
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649
|