>> Right now I have to execute `Clipboard clipboardText withSqueakLineEndings asString` and then copy&paste the result.

Why not fix the issue instead?


Best regards,
Henrik


Fra: Pharo-users <pharo-users-bounces@lists.pharo.org> p� vegne av Peter Uhnak <i.uhnak@gmail.com>
Sendt: 8. august 2017 07:41:46
Til: pharo-users@lists.pharo.org
Emne: [Pharo-users] Playground doesn't respect LF endings
 
Hi,

when I paste a text into the playground with line endings containing just LF (unix-style), then navigation to beginning/end of a line instead jumps to the beginning/end of the text. (I guess it is hardcoded to CR only).

Right now I have to execute `Clipboard clipboardText withSqueakLineEndings asString` and then copy&paste the result.

Peter