/**/ Comments

Previous topic - Next topic

backslider

Is it possible to add multiple line comments like...

/*This is a
comment in
some lines
*/

?
That would be very nice! :)

Ian Price

I asked for this a long time ago. The answer is... no, but yes. Kind of.

What you can do is type a load of comment lines eg...

Code (glbasic) Select

This is a comment
This is a comment
This is a comment
This is a comment
This is a comment
This is a comment
This is a comment


Highlight all of the comment text and then press and hold CTRL and K. This will place a // in front of the text (or remove if you want to uncomment by doing the same again). Not exactly what you're after, but it works nicely.

:)
I came. I saw. I played.

backslider

Thanks for answer ;)

I know the function CTRL+K but I don´t like it so much if I have more then 10 lines...
But if it´s not possible it´s OK. Then I must use single line comments. :)

Kitty Hello

Code (glbasic) Select

?IF 0

...
?ENDIF


Schranz0r

Quote from: Kitty Hello on 2010-Aug-23
Code (glbasic) Select

?IF 0

...
?ENDIF



Bahahahah ...NICE :D
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

backslider

Find ich cooler als
//
//
//
!

:P