public interface UndoRedoManager
NOTE: This functionality is not relevant for URCap program nodes with a HTML-based user interface, since automatic undo is supported for these.
Modifier and Type | Method and Description |
---|---|
void |
recordChanges(UndoableChanges undoableChanges)
Group changes into one Undo/Redo step.
|
void recordChanges(UndoableChanges undoableChanges)
Currently Undo/Redo supports changes to the program tree and the data model.
undoableChanges
- Code to be recorded as one Undo/Redo step.
Pressing Undo in PolyScope will undo all changes done to the program tree
and the data model inside this block of code.Copyright © 2018. All rights reserved.