-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 18.0.0-beta2
-
None
-
6082f85ee (18.0)
If I have a string
const char *a = R"(hello)";
and I place input after 'o' and enter left parenthesis '(' it copies all existing string after it:
The bug does not present in Qt Creator 17.0.2, so it looks like a regression.