highlightModifiedFigPreview
layout.cle" "highlightModifiedFigPreview" boolean { t | nil }
Description
Highlights all modified figures on the canvas. The default is t.
GUI Equivalent
Examples
envGetVal("layout.cle" "highlightModifiedFigPreview")
envSetVal("layout.cle" "highlightModifiedFigPreview" 'boolean t)
envSetVal("layout.cle" "highlightModifiedFigPreview" 'boolean nil)
Related Topics
Reviewing Updates after Concurrent Layout Editing
Checking All Edits after Concurrent Layout Editing
List of Concurrent Layout Environment Variables
Return to top