Previous Next
Parser view

You can look at or modify the parser settings of a project in the Parser view. The default values of the various fields and check boxes in this view are taken directly from your Preferences. See also Preferences

Click for full size, then use Back button

Parser

Parser Configuration File(s) Specifies the Parser Configuration File(s). Multiple files are separated with a semi colon (;). The files must be specified with an absolute path (but can contain environment variables which evaluate to an absolute path). If the list of files or their contents change, you should reparse the project by choosing Reparse from the Project menu. Default: no files (also none inherited from Preferences).

Preprocess Source Code before Parsing Specifies whether the source code of this project should be preprocessed before parsing. If you change the setting, you should reparse the project by choosing Force Reparse from the Project menu.
Use Standard Header Dependencies SNiFF+ also considers standard includes, for example
#include<file.h> for dependencies generation.
Use Parser Comments for Syntax Highlighting When selected, SNiFF+ uses Parser information to recognize comments, and is therefore more accurate. However, more memory is required.
Extended Symtab API Positioning When selected, parameter names and start and end positions of the argument list and the constructor initialization list are added to the Symbol Table. To activate this option, execute the Force Reparse command in the Project Editor.

Previous Next