Tools:SNavigator: Difference between revisions

no edit summary
(included a picture)
No edit summary
Line 1: Line 1:
'''Note: This document is still in the draft state. I hope I can finish it within one day or two if I have more time. ;) --[[User:Kennykaiyinyu|Kennykaiyinyu]] 19:04, 10 June 2008 (PDT)'''
'''Note: This document is still in the draft state. I hope I can finish it within one day or two if I have more time. ;) --[[User:Kennykaiyinyu|Kennykaiyinyu]] 19:04, 10 June 2008 (PDT)'''
=What is Source-Navigator?=
(quoted from the internet) Source-Navigator is a source code analysis tool which lets users to edit, browse and build their projects. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees. You can also build your projects, either with your own makefile, or by using Source-Navigator's build system to automatically generate a makefile. Source-Navigator works with the Insight GUI interface for GDB.
More information can be found here --> http://sourcenav.sourceforge.net/
==Why worth a try?==
# It's quite fast as compared to mxr. (I think.)
# You can specify whether it's the declaration/definition of a method/function to look up... but on the other hand mxr can only allow you to type in the name for it to generate a long list of occurances. (as I understand.)
# it can generate a class hierarchy quite easily


= Installing Source Navigator =
= Installing Source Navigator =