Problem with color highlighting
Posted: Tue Aug 07, 2012 2:31 pm
Hi Jussi,
I just upgraded from 3.97D Beta to 3.97n Beta 12. There must have been a change to the color highlighting code in Zeus.
For C++ code, comments are displayed in blue.
I have a lot of old code I inherited and it has code that looks like this
int read_index; //* ptr's to next queue entry read */
In the current version of Zeus, the entire file after this line displays as a comment ( blue ). In the previous version, the color is correctly displayed after this line. Hopefully this can be fixed in Zeus. I hate the the thought of checking 1000's of files out and back into source control just to edit the comments.
if I change it to either of these, Zeus works correctly
int read_index; //* ptr's to next queue entry read
int read_index; /* ptr's to next queue entry read */
Thanks!
Jack
I just upgraded from 3.97D Beta to 3.97n Beta 12. There must have been a change to the color highlighting code in Zeus.
For C++ code, comments are displayed in blue.
I have a lot of old code I inherited and it has code that looks like this
int read_index; //* ptr's to next queue entry read */
In the current version of Zeus, the entire file after this line displays as a comment ( blue ). In the previous version, the color is correctly displayed after this line. Hopefully this can be fixed in Zeus. I hate the the thought of checking 1000's of files out and back into source control just to edit the comments.
if I change it to either of these, Zeus works correctly
int read_index; //* ptr's to next queue entry read
int read_index; /* ptr's to next queue entry read */
Thanks!
Jack