Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5636
    Deipotent
    Participant

    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 ?

    #5637
    Yutaka Emura
    Keymaster

    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.

    #5655
    Deipotent
    Participant

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.