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

List:       kdevelop-bugs
Subject:    [Bug 133181] New: Navigation to funciton implementation of nestet
From:       Christian Schneider <mail () chrschn ! de>
Date:       2006-08-29 12:12:02
Message-ID: 20060829141201.133181.mail () chrschn ! de
[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=133181         
           Summary: Navigation to funciton implementation of nestet classes
                    in C++ does not work properly
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: mail chrschn de


Version:           3.3.92 (using KDE 3.5.4, compiled sources)
Compiler:          gcc version 3.4.4
OS:                Linux (x86_64) release 2.6.16.22

The following legal class declarations is not parsed correctely. Clicking on the \
constructor of class Foo::Bar in the class tree will only bring you to the \
declaration of the function, but not the implementation. The split \
header/implementation-view also suffers from this problem and the declaration and \
implementation are not synchronized.

// Declaration
class Foo
{
	class Bar;

	Foo();
	~Foo();
};

class Foo::Bar
{
	Bar();
	~Bar();
};

// Implementation
Foo::Foo(){}
Foo::~Foo(){}

Foo::Bar::Bar(){}
Foo::Bar::~Bar(){}


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

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