C# Class AvalonStudio.TextEditor.Document.UndoOperationGroup

This class stacks the last x operations from the undostack and makes one undo/redo operation from it.
Inheritance: IUndoableOperationWithContext
Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
Redo ( ) : void
Redo ( UndoStack stack ) : void
Undo ( ) : void
Undo ( UndoStack stack ) : void
UndoOperationGroup ( Deque stack, int numops ) : System

Method Details

Redo() public method

public Redo ( ) : void
return void

Redo() public method

public Redo ( UndoStack stack ) : void
stack UndoStack
return void

Undo() public method

public Undo ( ) : void
return void

Undo() public method

public Undo ( UndoStack stack ) : void
stack UndoStack
return void

UndoOperationGroup() public method

public UndoOperationGroup ( Deque stack, int numops ) : System
stack Deque
numops int
return System