Instance Property インスタンスプロパティ

groupsByEvent

A Boolean value that indicates whether the receiver automatically creates undo groups around each pass of the run loop. 実行ループの各通過に基づいてレシーバが自動的に取り消しグループを作成するかどうかを指し示すブール値。

Declaration 宣言

var groupsByEvent: Bool { get set }

Discussion 議論

true if the receiver automatically creates undo groups around each pass of the run loop, otherwise false. true、もしレシーバが自動的に取り消しグループを実行ループの各通過に基づいて作成するならば、そうでなければfalse

The default is true. If you turn automatic grouping off, you must close groups explicitly before invoking either undo() or undoNestedGroup(). 省略時は、trueです。あなたが自動グループ化を切りにするならば、あなたはグループを明示的に、undo()またはundoNestedGroup()のどちらかを発動する前に閉じなければなりません。

See Also 参照

Creating Undo Groups 取り消しグループを作成する