Not all settings are used in the same way. Some of the settings might be used only when the platform starts and others only when a specific operation is invoked. The following list presents the type of settings, the file where they are stored by default and order of precedence:
GTK RC File
file name: theme.gtkrc
description: settings used by GTK window manager under linux operating system to determine the window colors for buttons, text, etc.
precedence:
user common $HOME/.dvt.gtkrc
handling: replaced by precedence order; the file with higher precedence will be used
Workspace Preferences
file name: preferences.ini
description: any changes done through Window > Preferences dialog will be automatically reflected in the preferences.ini file at user level;
precedence:
handling: merged by precedence order; preferences will be overwritten by the higher precedence value
relevant settings:
key bindings global code templates editor customizations task tags
Compile Waivers
file name: waivers.xml
description: used to change the severity (promote/demote) or disable the problems reported by DVT during compilation (see
Compile Waivers)
precedence:
handling: accumulated from all levels in precedence order
default location: <project>/.dvt/waivers.xml
Content Filters
file name: content_filters.xml
description: used to eliminate the unnecessary clutter introduced by 3rd party libraries like UVM (automatically hiding their API, TODO reminders, problems, ...)
precedence:
handling: accumulated from all levels in precedence order
default location: <project>/.dvt/content_filters.xml
External Builders
file name: external_builders.xml
description: used to invoke any 3rd party script or tool and back-annotate its output (errors, warnings etc.) to the source code (see
External Builders)
precedence: there can't be two configurations with the same name, if it happens there is no guarantee on the precedence order
handling: accumulated from all levels
default location: <project>/.dvt/external_builders.xml
Smart Log Styles
file name: log_styles.xml
description:
Smart Log - Styles customization
precedence:
handling: accumulated from all levels in precedence order
default location: <project>/.dvt/log_styles.xml
Custom Pragmas
file name: custom_pragmas.xml
description: used to create
Custom Pragmas
precedence:
handling: accumulated from all levels in precedence order
default location: <project>/.dvt/custom_pragmas.xml
|