------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=122739 Summary: Select overloaded class members from classview Product: kdevelop Version: 3.3.1 Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: murphy.gebert gmx de Version: 3.3.1 (using KDE KDE 3.5.1) Installed from: Gentoo Packages Compiler: GCC 3.3.6 OS: Linux Having a class with overloaded members in a namespace, all is shown nicely in the classview (classbrowser? I use a Geman localized version, there it's called "Klassenbrowser"). However, when selecting any of these methods, the editor (the default editor, not the Qt based one) jumps to the *last* of the overloaded members, not the selected one. Seems like there are problems distinguishing the different parameter lists... You can download the code where this happens from , or I can send you the complete project on request. This already happend with KDev 3.2.1, too. An update to 3.3.1 (on KDE 3.4.3) didn't help.