Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSLforge does not recognize multiline strings #26

Closed
RayZopf opened this issue Feb 26, 2016 · 1 comment
Closed

LSLforge does not recognize multiline strings #26

RayZopf opened this issue Feb 26, 2016 · 1 comment
Labels
Milestone

Comments

@RayZopf
Copy link

RayZopf commented Feb 26, 2016

https://code.google.com/archive/p/lslforge/issues/49
Posted on Jul 2, 2014 by Grumpy Hippo
The script below is valid LSL. However, LSLforge throws an error because it does recognize multi-line strings. This appears to be an oversight, as it allows vectors, rotations, lists, and function arguments to span multiple lines. For right now, I'm writing out the multiline string as a list of strings within a call to llDumpList2String() with "\n" as the separator.

default { state_entry() { llSay(0, "testing... 1... 2... 3... Whiskey Tango Foxtrot"); } }
https://code.google.com/archive/p/lslforge/issues/8

Posted on Jan 18, 2012 by Happy Giraffe
Editor doesn't obey color for multi-line comments

@raysilent raysilent added this to the 0.1.9.1 milestone Nov 13, 2016
@raysilent raysilent added bug and removed not soon labels Nov 13, 2016
@raysilent
Copy link
Owner

For the editor not obeying color we may create another issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants