------- 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=140986 Summary: function name completion adds redundant bracket Product: kdevelop Version: 3.4.0 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: joerg sharky-x de Version: 3.4.0 (using KDE 3.5.6, Arch Linux) Compiler: Target: i686-pc-linux-gnu OS: Linux (i686) release 2.6.19-ARCH When having code like this myobject.oldmethod() and I mark and delete 'oldmethod' to replace it with something else myobject.newm() ^ cursor here and I press CTRL+SPACE to get the completion to newmethod(), the completion code adds a second opening bracket myobject.newmethod((); which is inconvenient. Please detect existing brackets in this case and omit adding another one.