https://bugs.kde.org/show_bug.cgi?id=385110
Bug ID: 385110 Summary: code completion adds semicolon after opening brace (function argument list) Product: kdevelop Version: unspecified Platform: Compiled Sources OS: OS X Status: UNCONFIRMED Severity: major Priority: NOR Component: Code completion Assignee: kdevelop-bugs-n...@kde.org Reporter: rjvber...@gmail.com Target Milestone: --- Created attachment 108048 --> https://bugs.kde.org/attachment.cgi?id=108048&action=edit code completion proposition see the attached screenshots. Implementing requested changes in D7995 I noticed that m_watcher->add|(info.absoluteFilePath()) (the pipe character represents the text cursor) expanded to the following after using code completion: m_watcher->addDir(;info.absoluteFilePath()) -- You are receiving this mail because: You are watching all bug changes.