Review Request 124007: Don't add functions for code-completion based on parameters.
Milian Wolff
mail at milianw.de
Fri Jun 5 10:46:12 UTC 2015
> On June 4, 2015, 6:45 p.m., Milian Wolff wrote:
> > codecompletion/context.cpp, line 179
> > <https://git.reviewboard.kde.org/r/124007/diff/1/?file=378791#file378791line179>
> >
> > could this code maybe moved into CodeCompletion<NormalDeclarationCompletionItem>::data to share it with the other language plugins?
>
> Sergey Kalinichev wrote:
> You mean into NormalDeclarationCompletionItem::data which is in kdevplatform?
yes - it's generic and should apply to all language plugins after all, or am I missing something?
- Milian
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/124007/#review81198
-----------------------------------------------------------
On June 4, 2015, 5:50 p.m., Sergey Kalinichev wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/124007/
> -----------------------------------------------------------
>
> (Updated June 4, 2015, 5:50 p.m.)
>
>
> Review request for KDevelop.
>
>
> 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 87461f8
> tests/test_codecompletion.cpp d0fe3a7
>
> 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/20150605/9ad7fabf/attachment-0001.html>
More information about the KDevelop-devel
mailing list