Bug #8530 2006-08-22 01:24

chrisdone

Comments inside macro strings are treated as real comments.

It parses the comments inside C macro strings as real comments.

The following code:

------------------------

#define FOO "//"

#define BAR "/*"

void mu();

------------------------

Where FOO is a string containing "//", the editor treats the // part of the string, and /* as a real comment, rendering the rest of the file fairly unreadable.

Category
Application::Editor
Group
 
Status
Closed
Close date
2006-09-08 11:19
Assigned to
 
mandrav 2006-09-08 11:19

This is a scintilla bug. Not much we can do about it.