[Bug 79899] New: datatype display during member completion

shyamk at mailcity.com shyamk at mailcity.com
Sun Apr 18 18:46:03 UTC 2004


------- 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=79899      
           Summary: datatype display during member completion
           Product: kdevelop
           Version: 3.0.2
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: shyamk mailcity com


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




More information about the KDevelop-devel mailing list