Settings

Disable syntax highlighting (may speed up browsing with slower browsers)

PREVIEW:

<!-- A COMMENT -->
<Element attr="value"> 
int n = 0x1234 | (0xFF & ~0x7F);
String aString = "abc123";

foreach(char ch in aString)
{
   // ANOTHER COMMENT
   Console.Write(ch);
}

Due to the way that the pretty printer works, this does not work in IE8.

No comments: