-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 3.6.0
-
None
E.g. the call chain is widget->d->m_codeAssistant.configure(widget);. After typing/completing widget->d the d pointer should probably be the very first item in the completion proposal.
(texteditor.cpp from qt-creator.pro, function TextEditorFactoryPrivate::createEditorHelper)