Code Folding Region
This command begins a code folding block in your setup script. Code folding blocks, similar to comments, do not impact script flow. They are used for organizing the setup script into easily readable, foldable regions of code. A folded region hides its contents and makes lengthy setup scripts easier to read and manage in the script editor.
Define Region
Check this item to start a new code folding region. Enter the name of your code folding region in the text field below. Each code folding region must have a unique name.
Close Region
Check this item to close the last defined code folding region. Code folding regions must be closed before they may be folded in the script editor.
Notes
- You may nest multiple code folding regions inside one another.