Bug #18561 2012-04-14 13:30

bmorel

[syntax color] comments'color is used in include strings

This is a really minor bug, but here are steps to reproduce on C::B rev7925:

Type: "#include "some//thing" and starting with the // comments color will be used.

It does not happens outside include directive.

And, yes, include directive should not have that style of path, it was in the middle of a keystroke that I discovered that ;)

Category
Application::Editor
Group
 
Status
Open
Close date
 
Assigned to
 
ollydbg 2012-04-18 08:16

First, the color is rendered in scintilla control, so this is not a c::b bug.

Second, In this case, using "//" is not correct, so I this is a very minor bug in scintilla, can you report there? Thanks.

bmorel 2012-04-18 20:58

I've said that it was really minor ;)

But you are right, that's not a C::B's bug, sorry for inconvenience.

I will report it to scintilla.