I code in C/C++ and would like to be able to colour all text light grey between “#if 0” and matching “#endif”, as well as “#if (0)” and “#endif”, so as to visually indicate whi code will be compiled out.
Deipotent wrote:
I code in C/C++ and would like to be able to colour all text light grey between “#if 0” and matching “#endif”, as well as “#if (0)” and “#endif”, so as to visually indicate whi code will be compiled out.
Is this possible ?
It is not possible currently. I might consider this feature in future versions.
Thanks. As it already supports multi-line section syntax highlighting with comments, I’m guessing it wouldn’t be too much of a stretch to make it support unlimited Start/End pairs for defining other multi-line sections.
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Questions and Answers about EmEditor Core’ is closed to new topics and replies.