Comment out at the beginning of line

Started by Arthur, May 25, 2009, 05:33:33 PM

Previous topic - Next topic

Arthur

Well, (for me at least) it makes sense to comment a line using the comment function starting at the beginning of it, not at the position where the cursor happened to be.

Otherwise I get something like that in SQL:

U/*SE [Northwind]

GO*/

alex

Hello Arthur,

Works as designed.
Just include in the selection whole lines completelly, and you would get line comments (not after U but include U).

If you select no text, also complete current line commented.

Best regards,
Alex.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]

Arthur

OK, by the way, if I include them (2 or more) it inserts the -- not /*
to me this is not good

alex

But this is also by design.

If you comment complete lines HE tries to use line comment style.
If you want to comment some text block (not whole lines) it uses multi-line comment.

Best regards,
Alex.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]