I'd like to add my signature into the code for modified part,
the expectation is "//lk" and "//lkend" is the color1
and "//" and "/*","*/" should has its owned color2,
As Mofi said in Multiple styles of commenting?
I wrote the description in wordfile,
/L1"C/C++" Line Comment = //lk Block Comment On Alt = /* Block Comment Off Alt = */ Line Comment Alt = // .......
and I found, the ultraedit treats Line comment, Line comment Alt, Block comment ON/OFF as the same color, and Line comment as another,
so, is there any suggestion? thanks~
the expectation is "//lk" and "//lkend" is the color1
and "//" and "/*","*/" should has its owned color2,
Code: Select all
/* Modified sample */
//lk
// ch++; // original
ch--; // modified
//lkend
I wrote the description in wordfile,
/L1"C/C++" Line Comment = //lk Block Comment On Alt = /* Block Comment Off Alt = */ Line Comment Alt = // .......
and I found, the ultraedit treats Line comment, Line comment Alt, Block comment ON/OFF as the same color, and Line comment as another,
so, is there any suggestion? thanks~