views:

278

answers:

1

This is probably just a setting I'm not seeing, but when I get a stack trace out of Visual Studio's exception helper dialog, it has \r\n after each "line" in the call stack. When I copy this and paste it into Notepad++, it shows up as literally \r\n, visible in the document. Of course I'd like these to be interpreted as CR LF, so everything's on a different line.

Anyone know how to do this?

A: 

This sounds like a Notepad++ bug. I can paste into regular Notepad and UltraEdit without the side effects you describe.

Like Cerebrus says, you can workaround it on the Notepad++ side by using its search/replace facility.

Richard Berg