Details
-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 3.1.2, Qt Creator 3.3.0
-
None
Description
In a C++ file, type the following:
*foo //
Then press enter. You get
*foo //
*
I presume this code is trying to handle comments like this:
// * This is a comment with // * asterisks for some reason // *
But it gets it wrong.