D17915: Clang CodeCompletion: No auto-completion for numbers
Milian Wolff
noreply at phabricator.kde.org
Sun Jan 13 13:20:31 GMT 2019
mwolff accepted this revision.
mwolff added a comment.
This revision is now accepted and ready to land.
I prefer to use AAA, but otherwise lgtm. do you have commit rights, or do you want me to submit this for you?
INLINE COMMENTS
> model.cpp:198
> }
> + QString wordAtPosition = view->document()->wordAt(position);
> + if (!wordAtPosition.isEmpty() && wordAtPosition.at(0).isDigit()) {
const auto
REPOSITORY
R32 KDevelop
BRANCH
no_auto_completion_for_numbers (branched from master)
REVISION DETAIL
https://phabricator.kde.org/D17915
To: thomassc, #kdevelop, mwolff
Cc: mwolff, brauch, kdevelop-devel, glebaccon, hase, antismap, iodelay, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20190113/464e2c0b/attachment.html>
More information about the KDevelop-devel
mailing list