checkMasterCompType
layoutXL checkMasterCompType boolean { t | nil }
Description
Controls if cells found to have different masters are reported during a Check Against Source run.
When set to t, master differences in cells are ignored if the cells are found to have matching component types.
GUI Equivalent
Examples
envGetVal("layoutXL" "checkMasterCompType")
envSetVal("layoutXL" "checkMasterCompType" 'boolean t)
envSetVal("layoutXL" "checkMasterCompType" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top