Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0-beta1
-
None
-
Kubuntu 15.04, x86-64
-
5345e05f26f6e62a38bbb3ee5901b23bfc4dd2fb
Description
As you type the following text, after you press space after the #include directive you can no longer backspace the directive - pressing backspace does not do anything.
#ifndef TEST_H
#define TEST_H
#include
#endif // TEST_H
I have Clang code model. This never happened in previous QtCreator versions.