Project-Specific Properties
Getting Started...
A new file (project.properties) must be
created in the root folder of each project where these properties will be
used. This is a simple text file that defines the properties for the project.
Supported Properties
- NOMADS_ExtDictDir
- specify a folder that is outside of the project workspace as the
location of the ProvideX data dictionary files. The file 'PROVIDEX.DDF' must
exist in this folder, otherwise, the value of this property will not be used.
- UseLineNumberIncFromAI
- set to any value to override the Line Number Increment
builder preference and force the use of the 'AI' system parameter value
- SetSysParamAI
- set the Auto-Increment value; any value outside of the range 1 - 25 will
be ignored
- StripLeadingWhiteSpace
- Strip all leading white space (TABs and spaces) when joining the
lines from the source file to create a program line; this may introduce
errors in compiled programs if there is not a space before the line
continuation character at the end of the source line.