>> Right now I have to execute `Clipboard clipboardText withSqueakLineEndings asString` and then copy&paste
the result.
Why not fix the issue instead?
- Browse senders of #cr
- Filter "rub"
- Find the method that navigates the cursor to line end
- change #indexOf::: to use #indexOfAnyOf::: with lf as well.
- move 1 more step if pos is cr and next is lf
- do something similar for home navigation
Best regards,
Henrik