This command allows you to specify properties for the Context Window. The Context Window tracks what you select and type in text windows, as well as what files you select in the Project Window, Relation Window, and Clip Window. See: Context window.
Show all matches on the current symbol
Select this to have the Context Window show a complete list of all symbol matches in its list. If you have multiple definitions with the same name, then they will all appear in the list.
Show only the first symbol match
Select this to show only first matching symbol's definition. If you often have symbols that are defined in more than one place but are essentially the same thing, then you might want to turn on this radio button.
Show base types for data structure variables
Select this to have Source Insight decode variable declarations and try to locate base structure-type definitions (i.e. structs, unions, classes, etc.).
For example:
struct S { int x; };
struct S *psvar;
psvar->...
If you select inside of psvar, then Source Insight will look at the declaration of psvar, see that it is a pointer to struct S, and then show you the declaration of struct S.
Clear this option to simply show the declaration of the each variable, without walking up the declaration hierarchy.
Show line numbers
Makes line numbers visible in the Context Window.
Use 'Mono Font View'
Displays the Context Window in the Mono Font View style, which uses limited formatting. See Mono Font View .
Scaling (percentage)
Sets the percentage of text size scaling in the Context Window.
Tracking Options…
Click this button to view the Symbol Tracking Options dialog box, which displays options that guide what the Context Window will pay attention to.
Specifies the font used to display symbol lists and source code in the Context Window. If the Context Window is currently showing a list, then this specifies the list font. If the Context Window is currently showing a source file, then this specifies the source code font.
Text Color…
Specifies the text color of list items in the Context Window. The colors of source code are determined by the Syntax Formatting options in the Preferences dialog box.
Back Color…
Specifies the background color of list items in the Context Window. The colors of source code are determined by the Syntax Formatting options in the Preferences dialog box.
This dialog box displays options that control what type of symbols or selections the Context Window will react to.
Automatic Symbol Tracking
As you move your cursor around in a source file, the Context Window "tracks" the symbol under the cursor, or around the cursor. This group of options tells the Context Window what to track.
Off
Select this to disable automatic symbol tracking.
Track selected symbol (i.e. under cursor)
Select this to have the Context Window look up the definition of the symbol currently under the typing cursor.
Track the enclosing function or class
Select this to have the Context Window show the definition of the function or class that contains the typing cursor. This is useful to have a function definition and formal parameters visible in the Context Window while you edit the function.
Activate Tracking Group
This group controls when the automatic tracking is activated.
Inside of comments
Select this to have the Context Window look up symbols when the cursor is inside of comments.
Inside of string constants
Select this to have the Context Window look up symbols when the cursor is inside of quoted string constants.
Inside all file types
Select this to have the Context Window look up symbols when the cursor is inside any type of file, not just source code files.