Bug 497267 - Help for cpp-keywords not available
Summary: Help for cpp-keywords not available
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: editor integration (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-10 09:47 UTC by Georg Michael Steyer
Modified: 2024-12-11 15:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Michael Steyer 2024-12-10 09:47:58 UTC
***
Hello everyone, I’m working with Kdevelop 5.12.230805. As soon as I hover the mouse over for example "cout" in the editor, the documentation for “cout” appears in a window. The same works for "string", for example. But not for other keywords such as "while", "return", "char", etc.
However, the file cppreference-doc-en-cpp.qch is located in /usr/share/qt5/doc/, as are all other Qt-related files. Solution?
Tnx for an answer!
Comment 1 Igor Kushnir 2024-12-11 15:14:49 UTC
"cout" and "string" are not keywords but standard library functions. Language keywords are never highlighted in KDevelop (and probably not in other IDEs either).