- AuthorPosts
- April 4, 2008 at 5:11 pm #5636DeipotentParticipant
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 ?
April 5, 2008 at 4:19 am #5637Yutaka EmuraKeymasterDeipotent 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.
April 10, 2008 at 11:20 pm #5655DeipotentParticipantThanks. 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.
- AuthorPosts
- You must be logged in to reply to this topic.