OOF2: The Manual

Name

OOF.Settings.UndoBuffer_Size.Active_Area — Set the history buffer size for Active Areas

Synopsis

OOF.Settings.UndoBuffer_Size.Active_Area(size)

Details

  • Parent Menu: OOF.Settings.UndoBuffer_Size
  • Callback: function WhoDoUndoClass.setUndoBufferSize in module ooflib.common.IO.whoville
  • Parameters:

    size
    number of previous versions to preserve Type: Integer.

Description

The Active Area command in the OOF.Settings.UndoBuffer_Size menu sets the size of the history buffer for Active Area objects. When an object is modified, the previous size objects are preserved in the buffer, which allows the Undo and Redo commands to work. Using a large size allows more operations to be undone, but uses more memory.

[Warning] Warning

Reducing the buffer size can cause data loss.