New Syntax Highlighter installed to forum

Neal

Forum Admin
Staff member
Joined
Apr 15, 2011
Messages
246
Location
VA
Programming Experience
10+
Hello C#'ers:

I installed a syntax highlighting system that will properly (hopefully) highlight your code and also include line numbers. If you look at the toolbar above this message editor you'll see a "c#" button on the far right. Click it and then enter "c#" (no quotes) to indicate you want to use C# code. Place your code in between the XCODE tags.

Here is an example of what will appear.

public static void HelloWorld()
{
HelpOthers();
}


You can learn more about the XCODE tag use (it's BBCODE) here.
 
Back
Top Bottom