Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 2.7.0-beta
-
None
-
47d60ae89a853997b8af3690531b3b9ee60ed628
Description
Adding a "special" comment consisting of a single exclamation point breaks the syntax parsing and colorisation of the lines following the use of such comment (including the line on which the comment is present).
- used variables are marked as unused (var1)
- attributes are not colorized as such (m_attr in the .cc file)
- the highlighting seems to be off by one line (the var3 is partially colorised)
- and many more.
Example attached.
(Useless note: I guess //! is treated as special in relation to doxygen comments parsing. Simply adding one character after the exclamation point, or removing the exclamation point, "fixes" the syntax colorisation).
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-8921 Wrong highlighting due to "///" doxygen comment
-
- Closed
-