From kdevelop-bugs Thu Jun 29 17:35:11 2006 From: geiseri () kde ! org Date: Thu, 29 Jun 2006 17:35:11 +0000 To: kdevelop-bugs Subject: [Bug 130033] New: Code completion ignores static class methods. Message-Id: <20060629193510.130033.geiseri () kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306952009862 ------- 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=130033 Summary: Code completion ignores static class methods. Product: kdevelop Version: 3.3.91 Platform: unspecified OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: geiseri kde org Version: 3.3.91 (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3.5 (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) OS: Linux (i686) release 2.6.10-6-386 It seems that if I have a class: class Foo : public QObject { ... static Foo *getFoo(); ... }; Then if I type Foo::ge... It will not complete that method. What is odd is external PCS static methods and fields will show up.