- AuthorPosts
- August 26, 2010 at 1:13 pm #8882JibzMember
To reproduce, create a C++ file with
char *foo =
"5" // 5
"5" // 5
;Add a regexp highlight string of d+ (match digits).
The 5 inside the string and comment in the first line are not highlighted, but in the second line (which starts with one space) they are.
August 26, 2010 at 5:59 pm #8884Yutaka EmuraKeymasterHello Jibz,
I am sorry but I couldn’t reproduce your issue. Did you add d+ as a regular expression at the bottom of the list of highlight strings in the Highlight (1) tab of C++ configuration properties?
August 26, 2010 at 6:31 pm #8885JibzMemberYes, I added it last with only Regular Expression ticked.
I had added it with color number 8 to make it easy to spot, and now that I try again I can see it only does it when I select one of the colors with a background color in it (1, 8, 9 or 10).
August 26, 2010 at 8:06 pm #8886Yutaka EmuraKeymasterHello Jibz,
I reproduce the issue now by the way you described.
I will look into this issue.
Thanks! - AuthorPosts
- You must be logged in to reply to this topic.