*Experts* Bucky Posted February 20, 2003 *Experts* Posted February 20, 2003 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 isn't highlighted: true false true; false; Also, the AddressOf operator is not highlighted in VB code tags: AddressOf Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
*Gurus* Thinker Posted February 20, 2003 *Gurus* Posted February 20, 2003 Not the best solution but looks like it works. Quote Posting Guidelines
*Experts* Volte Posted February 20, 2003 *Experts* Posted February 20, 2003 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. Quote
*Gurus* Thinker Posted February 20, 2003 *Gurus* Posted February 20, 2003 Yeah, that sounds like a better idea. Quote Posting Guidelines
*Experts* Bucky Posted February 25, 2003 Author *Experts* Posted February 25, 2003 Another thing I noticed is that keywords in the C# tags are not colored if they immediately follow a comment line: // This is a comment, yo string blah; string anotherBlah; Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Moderators Robby Posted February 25, 2003 Moderators Posted February 25, 2003 Yeah, I noticed that yesterday. Quote Visit...Bassic Software
*Experts* Bucky Posted December 15, 2003 Author *Experts* Posted December 15, 2003 I thought I'd dig up this thread to point out that some legacy VB6 keywords are still highlighted, such as Read and *shudder* Line: Read Line Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Moderators Robby Posted December 15, 2003 Moderators Posted December 15, 2003 Funny I just noticed the same thing when you posted your solution for Ace Master. :) Quote Visit...Bassic Software
*Experts* Bucky Posted January 2, 2004 Author *Experts* Posted January 2, 2004 Also Property: Public Property Blah() As String Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
*Experts* Volte Posted January 3, 2004 *Experts* Posted January 3, 2004 Thanks. However, we can't do anything about it until the admins get FTP access, and god only knows when that will be. Hopefully next week sometime. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.