Bug 181949 - completion for overrides does not include default arguments
Summary: completion for overrides does not include default arguments
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 03:23 UTC by Matt Rogers
Modified: 2009-02-05 03:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Rogers 2009-01-26 03:23:55 UTC
Version:            (using Devel)
Compiler:          gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) 
OS:                Linux
Installed from:    Compiled sources

When using the code completion to add declarations for methods that I'm reimplementing in my class, the default arguments are left out of the text inserted when the completion is triggered.

For example, with a QAbstractItemModel, if I type "removeColumns" to add a declaration for it, the default arguments are shown in the completion widget, but the default argument for the parent variable is not inserted.
Comment 1 David Nolden 2009-02-05 03:25:44 UTC
Fixed now.