[Bug 51429] New: Two Classes view bugs
Mantia Andras
amantia at freemail.hu
Mon Dec 2 10:53:04 UTC 2002
------- 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=51429
Summary: Two Classes view bugs
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: gideon
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: amantia at freemail.hu
Version: (using KDE Devel)
Installed from: Compiled sources
Compiler: g++ 2.95.3
OS: Linux
Three bugs in the Classes view:
1.
I have the following structure in my project:
quanta (dir)
parser (dir)
parser.cpp
parser.h
node.cpp
node.h
...
...
The parser.h contains the definition of Parser class and the node.h
the definition of the Node class. Now in the Classes view I see
Classes
quanta
parser
Node
...
...
So, the Parser class does not appear in the view. It does appear if I
select List By Namespace, but the Project Options->Class View
setting has no influence on it.
2. Under Structs the structs are listed, but they do not show their
attributes.
3. Clicking with LMB on a struct opens the file where it is declared, but
does not go to the definition line. MMB opens and goes to the right line.
Even in the case of classes the old behaviour was more logical, but if
you have chosen that LMB opens the implementation file, it should jump
to the implementation of first method of the class.
Andras
More information about the KDevelop-devel
mailing list