Property | Type | Description | |
---|---|---|---|
TextEditorControl | TextEditorControlBase |
Method | Description | |
---|---|---|
AssertNoUndoGroupOpen ( ) : void | ||
ClearAll ( ) : void |
Clears both the undo and redo stack.
|
|
ClearRedoStack ( ) : void |
Call this method, if you want to clear the redo stack
|
|
EndUndoGroup ( ) : void | ||
Push ( IUndoableOperation operation ) : void |
Call this method to push an UndoableOperation on the undostack, the redostack will be cleared, if you use this method.
|
|
Redo ( ) : void |
Call this method to redo the last undone operation
|
|
StartUndoGroup ( ) : void | ||
Undo ( ) : void |
Call this method to undo the last operation on the stack
|
Method | Description | |
---|---|---|
OnActionRedone ( ) : void |
|
|
OnActionUndone ( ) : void |
|
public Push ( IUndoableOperation operation ) : void | ||
operation | IUndoableOperation | |
return | void |