From kdevelop-bugs Tue Jun 26 19:04:41 2012 From: Rolf Eike Beer Date: Tue, 26 Jun 2012 19:04:41 +0000 To: kdevelop-bugs Subject: [Bug 302587] New: autocompletion inserts bogus spaces for "void" function arguments Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=134073779920618 https://bugs.kde.org/show_bug.cgi?id=302587 Bug ID: 302587 Severity: minor Version: 4.3.1 Priority: NOR Assignee: kdevelop-bugs@kdevelop.org Summary: autocompletion inserts bogus spaces for "void" function arguments Classification: Unclassified OS: Linux Reporter: kde@opensource.sf-tec.de Hardware: openSUSE RPMs Status: NEW Component: code completion Product: kdevelop Say you have a class member declared as "int foo(void)". When you try to implement this using the code completion you will get a signature of "int myclass::foo(void )" (note the space after the void. Reproducible: Always This is likely related to bug 272834. The code completer needs to be taught about the special meaning of "void". -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs