Menu

#667 Escaping newline bug

open
nobody
synedit (24)
5
2012-09-26
2007-02-04
Anonymous
No

Try the following thing:

define TEST(a) \

// This is a test \ printf(a);

This compiles OK - We have escaped both newlines. However, the third line is NOT colored as preprocessor macro - when in comment, the editor doesn't parse the escape character and thinks the macro ends with the comment.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.