Installed the CodeBeautifier and TextWrap plugins on the server.
Here’s a quick test with overflowing code:
///
/// The main entry point for the application.
///
[STAThread]
static void Main(string[] args)
{
Console.WriteLine("Do thy worst old Time; despite thy wrong, my love shall in my verse ever live young");
Console.Read();
}
And a test for unicode scribbling. 一级棒
Lovely.
Edit (6 Oct):
The TextWrap was causing some unexpected errors like inconsistent truncation. Not good, and it had to go. This means that longish codes will cause the scrollbar to appear, something that I can live with for now.







Recent Comments