18 Oct 10, 07:58PM
/* and */ don't seem to do the job. Is there anything else?
Thanks!
Thanks!
Can CubeScripts have multi-comments
|
18 Oct 10, 07:58PM
/* and */ don't seem to do the job. Is there anything else?
Thanks!
18 Oct 10, 10:18PM
Not AFAIK, you'll have to use an // comment at the beginning of each line.
19 Oct 10, 12:16AM
yep, you have to use //
I would welcome /* and */ any time though devs! :D
19 Oct 10, 12:21AM
F1 for /* and */, once you fix the real issues.
19 Oct 10, 12:28AM
And add on_death.
I saw hints of it in the code!
19 Oct 10, 12:42AM
get a decent text editor that can comment out blocks and we dont need to slow down AC development by introducing unneccessary comment structures ;)
19 Oct 10, 12:50AM
Panda, what do you recommend (honestly)?
19 Oct 10, 12:52AM
Most can do it. It's most comfortable in Eclipse, but what I use every day is Notepad++ (Ctrl + (Shift) + K).
My my, I never knew the thing in notepad++. TY TY TY
19 Oct 10, 06:53PM
LMAO
Because a text editor is going to cause CubeScript to recognize new comment block syntax.
Because every keystroke counts, and a press of Ctrl + K (two keys) is better than typing "/" twice.
Oh wait it's the same.
20 Oct 10, 03:26PM
The difference is that you can apply ctrl+k to a whole block.
20 Oct 10, 11:50PM
As in, you can select multiple lines and it will append // to each of them! ;D
|
« Next Oldest | Next Newest »
|