importPeerViewLog
layout.cle importPeerViewLog boolean { t | nil }
Description
Specifies whether to display the log of edit conflicts while opening design partition views. The default is nil, which means edit conflict log is not displayed when a design partition view opens.
GUI Equivalent
Examples
envGetVal("layout.cle" "importPeerViewLog")
envSetVal("layout.cle" "importPeerViewLog" 'boolean t)
envSetVal("layout.cle" "importPeerViewLog" 'boolean nil)
Related Topics
List of Concurrent Layout Environment Variables
Return to top