Bug 79899

Summary: datatype display during member completion
Product: [Applications] kdevelop Reporter: shyamk
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 3.0.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description shyamk 2004-04-18 18:45:52 UTC
Version:           3.0.2 (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
Compiler:          gcc2.95.3 
OS:          Linux

Hi All;
When i use kdevelop's structure member completion feature i am unable to get the datatype of the structure members.is there any option i need to enable or is that feature not present in kdevelop ? what i mean is like this :
my structure is :
struct abc {
int a;
int b;
};

now if my code has something like this :
struct abc def;

int main()
{
def.[ At this point a nice window pops up displaying a & b ]
}
however in the window that popsup only a & b are visible.it would be great if the datatype is also visible.ie the display is int a followed by int b
is there anyway to do this ?
hope i made myself clear.
Thanks
K.Shyam
http://shyam.freewebpages.org
Comment 1 Andreas Pakulat 2008-06-29 19:29:08 UTC
works for me in kdev4