Skip to content
Dethe Elza edited this page Jan 16, 2015 · 5 revisions

OUTDATED: This page needs to be updated and does not reflect the current state of Waterbear.


WikiAPI ReferenceUndo

# wb.history.add(action)

Adds an action to the undo stack.

  • action: The action to be added.

===

# wb.history.clear()

Clears the undo stack.

===

# wb.history.redo()

Redoes an action.

===

# wb.history.undo()

Undoes an action.