D16326: Replace leading typed text when completing function implementation
Amish Naidu
noreply at phabricator.kde.org
Fri Oct 19 19:33:52 BST 2018
amhndu created this revision.
Herald added a project: KDevelop.
Herald added a subscriber: kdevelop-devel.
amhndu requested review of this revision.
REVISION SUMMARY
When executing function-implementation auto-completion, this will now
replace and leading typed text that matches the proposed completion
instead of duplicating it.
BUG: 384710
TEST PLAN
int Foo(int thing);
struct Bar
{
void Method(int thing);
}
Start typing `int Foo` or `Bar::Meth` and then execute the offered completion.
REPOSITORY
R32 KDevelop
BRANCH
implements-replace
REVISION DETAIL
https://phabricator.kde.org/D16326
AFFECTED FILES
plugins/clang/codecompletion/context.cpp
To: amhndu
Cc: kdevelop-devel, glebaccon, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20181019/41f3a431/attachment.html>
More information about the KDevelop-devel
mailing list