LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Which C++ editor in Linux has the class view/class browser feature (https://www.linuxquestions.org/questions/programming-9/which-c-editor-in-linux-has-the-class-view-class-browser-feature-446439/)

imaginationworks 05-19-2006 10:20 AM

Which C++ editor in Linux has the class view/class browser feature
 
Hi, I am looking for an C++ editor which has the class browser/class view features like what VC IDE has. Appreciate!


Jeremy

graemef 05-19-2006 10:41 AM

Having not use VC, I can't guarantee the accuracy of my comparison but KDevelop has a class browser feature. It shows the classes, within them it shows the methods and them properties. Double clicking on one will bring it up in the code browser.

ArthurHuang 05-19-2006 01:37 PM

I am using suse 10, where is it in my system?

Hko 05-19-2006 02:21 PM

Quote:

Originally Posted by ArthurHuang
I am using suse 10, where is it in my system?

Try typing "kdevelop" in a terminal.
If it's not there try to find "kdevelop" it in YaST and install it.
If it's not there, download it from the KDevelop site and install it.

graemef 05-19-2006 02:45 PM

Quote:

Originally Posted by ArthurHuang
I am using suse 10, where is it in my system?

It's part of the KDE desktop. Do you have that installed?

ArthurHuang 05-19-2006 08:57 PM

aha, I got it. It is default installed. It is better than Kate!

imaginationworks 05-20-2006 06:43 AM

I will check to see whether Kdevelop works. Thank you for all your help.

xhi 05-21-2006 11:09 PM

eclipse also has this feature

http://www.eclipse.org/cdt/


All times are GMT -5. The time now is 05:57 PM.