I am using Kdevelop (snapshot of 19 january 2000) for KDE 1. In a class if we declare : int a; The parser shows the attribute "a"; If we declare : int a, b; The parser shows no attribute in the tree.