incrementalCas
layoutXL incrementalCas boolean { t | nil }
Description
Controls whether incremental Check Against Source is enabled. If enabled, markers are interactively checked and created as changes occur.
The default is nil, which means incremental Check Against Source is not enabled.
GUI Equivalent
Examples
envGetVal("layoutXL" "incrementalCas")
envSetVal("layoutXL" "incrementalCas" 'boolean t)
Related Topics
Return to top