Review Request 112230: Show ImplementationHelpers even if header is not in same directory
Commit Hook
null at kde.org
Sun Aug 25 15:36:08 UTC 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/112230/#review38552
-----------------------------------------------------------
This review has been submitted with commit a215b6237d820f3777a60736103877b92563e65e by Milian Wolff on behalf of Max Schwarz to branch master.
- Commit Hook
On Aug. 23, 2013, 10:49 p.m., Max Schwarz wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/112230/
> -----------------------------------------------------------
>
> (Updated Aug. 23, 2013, 10:49 p.m.)
>
>
> Review request for KDevelop.
>
>
> Description
> -------
>
> The ImplementationHelper code currently only looks for the header in the same directory. Many projects, especially libraries, have a directory layout with split include/src paths, which will result in no ImplementationHelpers being shown.
>
> Instead allow a search in all project files by setting "fast" to false on the underlying CppUtils::sourceOrHeaderCandidate() call. The "penalty" (I doubt it is noticeable) only occurs if the header cannot be immediately found in the same directory.
>
>
> This addresses bug 257043.
> http://bugs.kde.org/show_bug.cgi?id=257043
>
>
> Diffs
> -----
>
> languages/cpp/codecompletion/context.cpp 5bb5363
>
> Diff: http://git.reviewboard.kde.org/r/112230/diff/
>
>
> Testing
> -------
>
> This patch has been in productive use for >1 month by me and a colleague. It makes coding in projects with split paths much faster and more fun!
>
>
> Thanks,
>
> Max Schwarz
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20130825/95b02465/attachment.html>
More information about the KDevelop-devel
mailing list