C# Class Mono.TextEditor.TextDocument.UndoOperation

Show file Open project: powerumc/monodevelop_korean

Public Methods

Method Description
Redo ( TextDocument doc, bool fireEvent = true ) : void
Undo ( TextDocument doc, bool fireEvent = true ) : void
UndoOperation ( Mono.TextEditor.DocumentChangeEventArgs args ) : System

Protected Methods

Method Description
OnRedoDone ( ) : void
OnUndoDone ( ) : void
UndoOperation ( ) : System

Method Details

OnRedoDone() protected method

protected OnRedoDone ( ) : void
return void

OnUndoDone() protected method

protected OnUndoDone ( ) : void
return void

Redo() public method

public Redo ( TextDocument doc, bool fireEvent = true ) : void
doc TextDocument
fireEvent bool
return void

Undo() public method

public Undo ( TextDocument doc, bool fireEvent = true ) : void
doc TextDocument
fireEvent bool
return void

UndoOperation() protected method

protected UndoOperation ( ) : System
return System

UndoOperation() public method

public UndoOperation ( Mono.TextEditor.DocumentChangeEventArgs args ) : System
args Mono.TextEditor.DocumentChangeEventArgs
return System