Hi everybody,
I use Ultraedit as C code editor. In the code I use often the contruct "#if 0" and '#endif" to temporarily comment out blocks of code. I would like ultraedit to ink this in same color as commented blocks.
I already tried to patch the wordfile.txt. I tried each of the following to add to the wordfile:
Nothing of that works.
Does somebody knows, how to do this or what I did wrong?
I think there may be a problem handling the white space character between "#if" and "0".
I use Ultraedit as C code editor. In the code I use often the contruct "#if 0" and '#endif" to temporarily comment out blocks of code. I would like ultraedit to ink this in same color as commented blocks.
I already tried to patch the wordfile.txt. I tried each of the following to add to the wordfile:
Code: Select all
Comment Block On Alt = "#if 0" Comment Block Off Alt = "#endif"
Code: Select all
Comment Block On Alt = #if 0 Comment Block Off Alt = #endif
Code: Select all
Comment Block On Alt = #if%200 Comment Block Off Alt = #endif
Code: Select all
Comment Block On Alt = #if\ 0 Comment Block Off Alt = #endif
Does somebody knows, how to do this or what I did wrong?
I think there may be a problem handling the white space character between "#if" and "0".