SourceNavigatorSummary

From NAMIC Wiki
Jump to: navigation, search
Home < SourceNavigatorSummary

Description

Source-Navigator is a source code analysis tool. 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.

Use Source-Navigator to:

  • Analyze how a change will effect external source modules.
  • Find every place in your code where a given function is called.
  • Find each file that includes a given header file.
  • Use the grep tool to search for a given string in all your source files.


Download

Source Navigator is open source and can be downloaded as source or binaries from

[[1]]

Source-Navigator is released under the GNU Public License.


Documentation

Instructions about how to use Source-Navigator are available at

[[2]]