I am looking for something like Source Insight for Windows. I will be loading C and C++ projects.
A link to offline installer would be great![]()
I am looking for something like Source Insight for Windows. I will be loading C and C++ projects.
A link to offline installer would be great![]()
I'm not sure what you mean by browser, you can read C and C++ files using a text editor like jEdit (http://www.jedit.org/). Also try emacs(http://www.gnu.org/software/emacs/) or VIM(http://www.vim.org/), but those have a rather steep learning curve.
Hope this helps.
you might give a look to:
code::blocks
anjuta
I'd recommend ctags - it's extremely lightweight and does its job well. You can access it from various programs, as it produces a file after source tree scanning, if memory serves.
There's CodeBlocks and Eclipse which are Visual Studio alternatives (for full editing and exploration of the code). Many text editors like gEdit, jEdit, Kate, Scribes and Geany also have syntax highlighting. There's also something called Source Navigator which may be what you're looking for.
I think that The Source-Navigator IDE is probably the most similar to what you're looking for. It's 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.
It supports C, C++, Java, Tcl, [incr Tcl], FORTRAN and COBOL, and provides a SDK so that you can write your own parsers.
Please mark your thread as solved if you get a satisfactory response.
Linux user #556334 | Ubuntu user #35168
Bookmarks