"autoAddBrace"

The attribute "autoAddBrace" sets if closing curly braces are added automatically.

Synopsis

shape.autoAddBrace(bool );

Parameter

Parameter Description
bool Specifies whether braces are added automatically or not.

Description

The Script Editor EWO attribute "autoAddBrace" will add a new, indented line and the closing "}" when the Enter Key is pressed after a "{" .

Assignment

Script Editor EWO