-
Notifications
You must be signed in to change notification settings - Fork 41
New lines output #19
Comments
Do you still see this with the latest (v1.5.2)? If so, which app are you pasting to? |
Yes, also with the latest version. No exception to the failure so far. Using version 1.4 and later including 1.5.2:
Using version 1.3...
|
I was able to reproduce it, but only in firefox. Safari, IE and chrome all work correctly for me. Possibly this bug? https://bugzilla.mozilla.org/show_bug.cgi?id=116083 |
Yes maybe but isn't that a regression ? Using the same browser, it used to work, for example, with 1.3. |
Yeah, I'll take a look at the change when I get a sec. |
Hi there,
As a 1.3 user, I noticed that new lines are not correctly handled anymore in newer versions.
I tested with 1.4.4 and later.
If the output looks ok in the console, copy/paste ignores new lines and the result is not usable.
To reproduce it, you can just run something like:
println "line1"
println "line2"
And once you copy/paste the result into another application, you get:
line1line2
Thank you for your support.
Stephane.
The text was updated successfully, but these errors were encountered: