Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
Qt Creator 2.8.0, Qt Creator 3.0.1
-
None
Description
When trying to get the help to show for a class that is used in a line that is not correct it does not show. If QStringList has the cursor over it when pressing F1 in the following line it will say "No documentation found":
QStringList foo << anotherStringlist.#
If the line is fixed so that it is syntaxically correct then pressing F1 works fine.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-4511 Help system can not show help info if current function is not in a complete expression.
- Closed