[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 109515] New: Code completion doesn't detect class members without the explicit "this->"
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2005-07-23 11:47:18
Message-ID: 20050723134718.109515.greatbunzinni () gmail ! com
[Download RAW message or body]

------- 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=109515         
           Summary: Code completion doesn't detect class members without the
                    explicit "this->"
           Product: kdevelop
           Version: 3.2.1
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: greatbunzinni gmail com


Version:           3.2.1 (using KDE KDE 3.4.1)
Installed from:    Unspecified Linux

Let's say we have the following class:

class Foo
{
public:
    Foo();
    ~Foo();

private:
    int first_member_variable;
};

and let's say that we are writing the constructor.

Foo::Foo() 
{
}

If we start to write inside Foo's constructor the name of the member variable, \
KDevelop's code completion doesn't work. If, instead, we first write "this->" and \
then we start to write the variable's name, in that case the code completion fires up \
and prompts for the variable's name.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic