Review Request 124007: Don't add functions for code-completion based on parameters.
Sergey Kalinichev
kalinichev.so.0 at gmail.com
Mon Jun 8 07:32:28 UTC 2015
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124007/
-----------------------------------------------------------
(Updated June 8, 2015, 7:32 a.m.)
Status
------
This change has been marked as submitted.
Review request for KDevelop.
Changes
-------
Submitted with commit 224f9f5a31e227429cce4d388ede5cac973eecfc by Sergey Kalinichev to branch master.
Repository: kdev-clang
Description
-------
E.g.: class Abc; int f(Abc){ Ab|
Completion invoked at the "|", that gives us "Abc" as a completion result. Before this we had "Abc" and "f(Abc)", which is obviously wrong.
Also this makes the "Detailed completion" option work.
Diffs
-----
codecompletion/context.cpp 2bf8c81
tests/test_codecompletion.cpp 470dcc0
Diff: https://git.reviewboard.kde.org/r/124007/diff/
Testing
-------
Thanks,
Sergey Kalinichev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20150608/58b724b0/attachment.html>
More information about the KDevelop-devel
mailing list