Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 4.0.0
Description
When brackets {} are used in function or constructor argument (C++11) the QtCreator treats "," between brackets as another function argument (see images). I'm using built-in code model.
QtCreator-bug_img1 - second argument is highlighted, but cursor is on the first argument.
QtCreator-bug_img2 - no argument is highlighted, but cursor is on the second argument.