How to comment out several lines.

Eric Bouyoux eric.bouyoux at insidefr.com
Thu May 28 14:23:44 CEST 2009


Hi,

I would like to comment several successive lines in a file.
Ex :
Line1
Line2
Line3
Line4

becomes

Line1
//Line2
//Line3
Line4

I can do it with a regular expression and Replace in selection.

But I would like to know if it already exists a macro I could bind to a key.

Regards.

Eric.


More information about the Discuss mailing list