Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 1.2.1
-
None
Description
Only the first line of a multi-line string is highlighted correctly.
E.g.:
QString mainWindowButtonStyle = "QToolButton { border: 3px solid black; \
border-radius: 6px; \
background-color: white; \
color: black; \
min-width: 300px; \
max-width: 300px; \
min-height: 200px; \
max-height: 200px; \
font: bold 20px; \
font-family: \"Arial\"; } \
QToolButton:pressed { background-color: black; \
color: white; }";
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-662 string literals with the end of line continuation character \ are not syntax highlighted properly:
-
- Closed
-
- replaces
-
QTCREATORBUG-47 Error syntax highlighting performance issue
-
- Closed
-