Summary: | implementation helper auto-completion of new function shown twice | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Wolfgang Bangerth <bangerth> |
Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.2.1 | ||
Target Milestone: | 4.2.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Wolfgang Bangerth
2011-05-27 03:49:36 UTC
you probably mean this screenshot - right? http://userbase.kde.org/images.userbase/thumb/9/9c/Kdevelop-36.png/500px-Kdevelop-36.png anyhow I cannot reproduce it as easily as you suggest - please attach the code to your example. This works for me: class foo { void bar(); }; // now write "foo" and see that it will offer implementation of bar only once adapting meta data (In reply to comment #1) > you probably mean this screenshot - right? Yes, sorry for the wrong link. > anyhow I cannot reproduce it as easily as you suggest - please attach the code > to your example. This works for me: > > class foo { > void bar(); > }; > > // now write "foo" and see that it will offer implementation of bar only once Hm, with 4.2.0, I get two entries bar(). I'll attach a picture in a second. Was this fixed before 4.2.2? W. Created attachment 60402 [details]
Screenshot
Image with the two occurrences of the same function in auto-complete. Sorry for the icon on the return type of the function -- it's supposed to read "void" but
is an artifact of taking a screen shot...
Trying this again, with the same code as shown in the screenshot, I find that the bug is fixed in 4.2.2. Closing. Thanks W. |