I made this simple tool to sort lines:
Command: %(CYGWIN_ROOT)\bin\perl.exe
Parameters: -we 'print sort <STDIN>'
Pass my selection to this tool using Standard Input = true
Capture Output? = Replace my selection.
It partly works, but gobbles some (or all) of the lines. I've played around with different ways of doing it in Perl, all with the same result. The Perl works as it should when run from a Cygwin shell.
Has anyone seen anything like this before, or can offer a solution? Do you think it's a PN bug, or have I done something silly?
Versions:
PN v2.0.10.1010-dizzy
Perl5 v10.0 patch 34065 (osname=cygwin, osvers=1.5.25)