Jump to content

Code Editor not highlighting keyword "int" in C mode.

straight_stewie

From what I've noticed, when the code editor is in C mode, the keyword int is highlighted while editing a reply, but upon posting the reply, "int" is no longer highlighted.

For example:

 

CODE:

int test = 0xCAFEBABE;

 

Picture in reply edit mode:

752544520_forumbug.PNG.8b7e60ce1a93872237afab04ed78c889.PNG
 

Other keywords do work:

long foo;
char bar;

unsigned long fee;
unsigned char fi;
for (int fo; fo < fum; fo++)
{
  if (bool)
    ;
}

 

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks, I've identified the issue and reported it to IPS to be fixed for a future release.

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×