Bug 79899 - datatype display during member completion
Summary: datatype display during member completion
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.2
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-18 18:45 UTC by shyamk
Modified: 2008-06-29 19:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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