D6417: Avoid duplicates in virtual overrides code completion proposals
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Wed Jun 28 21:32:01 UTC 2017
kossebau added a comment.
Examples for virtual override completion proposals by example of being triggered inside OktetaMainWindow class declaration, line
https://cgit.kde.org/okteta.git/tree/program/mainwindow.h#n47
Before:
Listing of pure virtual methods which though have been already overwritten in base classes of OktetaMainWindow, multiple listing of methods which got overridden multiple times in the inheritance chain
F3794881: CompletionWithDuplicates.png <https://phabricator.kde.org/F3794881>
After:
Each virtual method only listed once, and no method wrongly shown inherited as still pure virtual
F3794883: CompletionWithoutDuplicates.png <https://phabricator.kde.org/F3794883>
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D6417
To: kossebau, #kdevelop
Cc: kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170628/6df58df0/attachment.html>
More information about the KDevelop-devel
mailing list