Browsing Source Code in the Editor | Colored Highlighting |
Rerunning a Source Browsing Query | Pattern Search and Source Browsing |
Each match line in the Match Pane of the Browsing Window contains the name of the source file, the line number, and the text on that line.
Matches are sorted in the following way: Definitions are sorted first, declarations are sorted last, and everything else appears in between. A definition is the statement that allocates memory (for example, char *foo), and a declaration declares that the statement exists (for example, extern char *foo). Within each group, the matches are listed alphabetically by file name and then by line number.
To view the source of a match:
To view another match, use one of these methods: