Code tag issues

Bucky

Well-known member
Joined
Dec 23, 2001
Messages
791
Location
East Coast
User Rank
*Expert*
I found that when the true or false keyword appears at the end
of a line of C# code (with a semicolon after it), the keyword isnt
highlighted:

C#:
true
false

true;
false;

Also, the AddressOf operator is not highlighted in VB code tags:
Code:
AddressOf
 
Well, the way to do it is to add another line that pads ; with spaces in the php,
like it pads "(" with " ( " and then back again at the end. So, it would
need to replace ";" with " ; " and then back at the end.
 
Another thing I noticed is that keywords in the C# tags are not
colored if they immediately follow a comment line:

C#:
// This is a comment, yo
string blah;

string anotherBlah;
 
I thought Id dig up this thread to point out that some legacy VB6
keywords are still highlighted, such as Read and *shudder* Line:
Code:
Read
Line
 
Thanks. However, we cant do anything about it until the admins get FTP access, and god only knows when that will be. Hopefully next week sometime.
 
Back
Top