enableEIPEnhancements
layout enableEIPEnhancements boolean { t | nil }
Description
Lets you enable the Edit In Place enhancements when set to on.
- When editing in place in a hierarchy, clicking a shape at the top level performs return to top.
-
For figures inside a group inside an instance, by default, the Edit In Place target is the figure (descend into instance and descend into the group). You can use the
Spacekey to cycle through the instance and group or just the instance. - When you return from instance and group, you can specify the options in the Group Return form.
GUI Equivalent
Examples
envGetVal("layout" "enableEIPEnhancements")
envSetVal("layout" "enableEIPEnhancements" 'boolean nil)
Related Topics
Return to top