Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 1.3.1
-
None
Description
On of the more annoying c++ features is that you can use // to create multiline comments.
E.g:
//first line \
second line \
third line
hereIsTheFirstNoCommentLine();
Qt Creator highlights the last lines of this comment as normal c++ text
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-662 string literals with the end of line continuation character \ are not syntax highlighted properly:
-
- Closed
-