The Defines table
- Last UpdatedSep 04, 2024
- 2 minute read
The Defines table contains a list of defines that are calculated by analyzing both the source and destination file.

Define table columns
The table has these columns.
|
Column |
Description |
|---|---|
|
Name |
The name of the currently selected define. |
|
File |
Name of the source file containing the define node declaration, if any. |
|
State |
Compares state between define declaration and source file. |
|
Action |
Action to perform when regenerating the file. |
Possible states
Table lines are colored according to their state.
|
State |
Color |
Default Action |
Description |
|---|---|---|---|
|
Missing |
Blue |
Keep |
This entry is included in the config file, but cannot be found in source folder files. |
|
Equal |
Black |
Keep |
Content in the source define node declaration does not differ from what is in the destination config file. |
|
Different |
Orange |
Update |
Content in the source define node declaration differs from what is in the destination config file. |
|
New |
Green |
Update |
This entry is not included in config file. |
Available actions
These are available actions for defines.
|
Action |
Description |
|---|---|
|
Keep |
This define is included in the generated file and maintains the parameter values already set in the destination config file. |
|
Update |
This define is included in the generated file and maintains the parameter values already set in the destination config file, excluding those with different values in the source file, which are updated. |
|
Remove |
This define is not included in the generated file. |