Executing this Groovy script;
console.print "Foo" console.println "Bar" console.print "Buzz"
outputs below in OmegaT 3.6.
FooBar Buzz
In OmegaT 4.1, the result seems to have the additional line breaks.
Foo Bar Buzz
Thanks for the report, it's fixed in trunk.
Fixed in the released version 4.1.1 of OmegaT.
Didier
Log in to post a comment.
Thanks for the report, it's fixed in trunk.
Fixed in the released version 4.1.1 of OmegaT.
Didier