Summary: | CodeCompletions implement memberfunction does not work, when header and impl are in different folders. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Sergej Ferlich <monsdar+kde> |
Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | aleixpol, max.schwarz, olivier.jg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Proposed patch |
Description
Sergej Ferlich
2010-11-16 07:52:36 UTC
It's C++ things, so put it under C++ *** Bug 319060 has been marked as a duplicate of this bug. *** Created attachment 79544 [details]
Proposed patch
This is still present in git master. Attached is a patch that fixes the problem by disabling the "fast" parameter of CppUtils::sourceOrHeaderCandidate() during the search for the header.
Since the global search for header files is only used as a last resort, I believe it is okay to allow a "slow" search.
|