Version: 2.1.5 (using KDE KDE 3.1) Installed from: RedHat RPMs Compiler: gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) OS: Linux when I code a class using a typedef, the class browser doesn't recognize it. for example: typedef class test { . . . } C_TEST; doesn't produce a class treeview at the class browser... if I make something like class test { . . . }; typedef class test C_TEST; then it works.
This works correctly with current kdevelop3.0 class browser. Closing bug report.
moving to kdevplatform's classbrowser