Don't strip CR/LF from strings
Brought to you by:
rickyrockrat
When the strip whitespace option is selected, trailing linefeed characters are stripped. This means that, for example, copying one or more lines within a file doesn't work any more. The pasted line doesn't appear as a complete line. It would be nice to keep the useful feature for stripping whitespace without it taking off CR/LF. Personally I could live with it just not doing this at all, ever. There is already a separate option for stripping newlines, so stripping whitespace probably shouldn't strip newlines unless that option is also selected.
Ugh. :)