source-insight

Where to find a configuration file for SourceInsight?

Where to find a configuration file for SourceInsight? The default configuration of the software makes the code even unreadable. Thanks. ...

source insight like free source code browser and editor in windows

can anyone suggest me free source code browser (c/c++ )and editor in windows like source insight? ...

Anyone written a script that turns gcov branch coverage output into compiler warning format?

Most code editors know how to take a reasonably standard format of file_path, line_number, message_text and hyperlink into code. They know how because that's how they display compiler warnings. Visual Studio does it, and Source Insight is trivial to configure for that. If I have to I will write the script myself, but maybe someone has do...

How to save configuration template in Source Insight?

I'm working on a project with many similar branches. I'd like to configure Source Insight "once and for all"--to spend the time analyzing the huge project for which files/directories should be included and excluded, and then saving that as a configuration, so that when starting a new project in a branch, I could get started almost immed...

Force Source Insight to recognize a new macro

It's possible to create user-defined macros in Source Insight. According to the Source Insight macro overview: Macros are saved in a text file with a .EM extension. The files are added to your project, or to any project on the Project Symbol Path, or to the Base project. Once a macro file is part of the project, the macro functions ...

Source Insight: Show me Enum Values

I'm programming in C and using Source Insight. I have an enum type with a lot of constants (like 100). I have debug prints that print out variable values, but they (of course) print out as integers. What I'd like to do is click on the name of an enum constant, and see its numeric value displayed somewhere. (I've seen this done in a V...

Source Insight alternative for Linux

Hi all.. I need a C/C++ source code editor (for Linux) which has Source Insight's features, such as: Context window : when our cursor is above variable/class/function, the context window will display the declaration of that variable/class or the implementation body of that function Ctrl+Click at any variable/class/function, it will ju...