I've always copied code from posts directly into Visual Studio (or whatever) and it used to line-up nicely. A few days ago, the linebreaks stopped working and I get everything in one line so I'll have to do it manually.
I tested with IE8, Firefox 3.5, Opera and Google Chrome and it works for all, but fails in IE8 when there is actual syntax highlighting. (Like on Stack Overflow, but no problem below as the code below is currently not highlighted.)
Example: I copy this
public void AvatarClick(object param)
{
//...
}
I get this
public void AvatarClick(object param) { //... }
Usually no biggie but can be pretty anoying for large pieces of code. What I usually do now is click edit on the question and copy the code from there instead.
Just wanted to check, did something change?
Thanks
<pre><code> ... </code></pre>for your browser. If it's fine here, but not on Stack Overflow, than it might be related to code highlighting (which did change recently). – Arjan Dec 21 '10 at 17:19[bug]. So, IE8 users, post your "me too"! – Arjan Dec 21 '10 at 17:44