Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted

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

"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*
Posted

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.

  • *Experts*
Posted

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;

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

  • 9 months later...
  • *Experts*
Posted

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

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

  • 3 weeks later...
  • *Experts*
Posted

Also Property:

 

Public Property Blah() As String

"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*
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...