stop editing

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
stop editing [<group> [of <stack>]]
Associationsgroup
Summary

Takes a stack out of group-editing mode.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
group

A reference to the group being edited. You must refer to the group using the background keyword.

stack

A reference to the stack that contains the specified group.

Example
stop editing
stop editing background "background" of this stack
RelatedProperty: defaultStack
Command: group, start editing
Object: stack
Glossary: current card, background, command, execute
Description

Use the stop editing command to stop editing a group.

Important: You must refer to the group using the background keyword.

The stack is a reference to the stack that contains the specified group.

If you don't specify a group, the group currently being edited in the defaultStack is taken out of group-editing mode.

Any objects created after the stop editing command is executed are added to the current card, not a group.