pasting multiline text into the interactive session text field
Mike Hogan <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hi,
Is there any way I can past multiline text into the input text box for
the interactive session? For example, if I paste this in:
var myJSONObject = {"bindings": [
{"ircEvent": "PRIVMSG", "method": "newURI", "regex": "^http://.*"},
{"ircEvent": "PRIVMSG", "method": "deleteURI", "regex":
"^delete.*"},
{"ircEvent": "PRIVMSG", "method": "randomURI", "regex":
"^random.*"}
]
};
it gets truncated at the first line break. Any body know of a way to do
this?
Thanks very much,
Mike